feat: Add explicit status for Navidrome and OpenSubsonic (#1220)

* add navidrome explicit status

* add ExplicitStatus enum and support opensubsonic

* add explicit status to cards
This commit is contained in:
Lyall
2025-10-26 13:48:45 +00:00
committed by GitHub
parent 68f242d208
commit 4dd52b0cef
16 changed files with 131 additions and 10 deletions
+6 -2
View File
@@ -24,6 +24,7 @@
}
},
"common": {
"explicitStatus": "explicit status",
"action_one": "action",
"action_other": "actions",
"add": "add",
@@ -120,7 +121,9 @@
"unknown": "unknown",
"version": "version",
"year": "year",
"yes": "yes"
"yes": "yes",
"explicit": "explicit",
"clean": "clean"
},
"entity": {
"album_one": "album",
@@ -227,7 +230,8 @@
"songCount": "song count",
"title": "title",
"toYear": "to year",
"trackNumber": "track"
"trackNumber": "track",
"explicitStatus": "$t(common.explicitStatus)"
},
"form": {
"addServer": {