chore(plex): drop dead _enabled guard, dedup watch-toggle, remove dead i18n
- plex.py: delete the no-op _enabled() (never wired as a Depends/called; the real gate is sysconfig plex_enabled). - PlexBrowse.tsx: collapse toggleEpisodeWatched into toggleWatched — they were byte-identical (both take a PlexCard). - Delete 6 dead plex.json keys (loadMore, playerSoon, filter.library, playlist.up/down/remove) from en/hu/de — verified 0 refs (the live playlist.removeShow/removeSeason keys are kept). Behavior-neutral. tsc green, ruff clean on touched files, localdev boots, Plex renders.
This commit is contained in:
parent
3c7a8c7a14
commit
f17bad9870
5 changed files with 1 additions and 31 deletions
|
|
@ -12,7 +12,6 @@
|
|||
"release": "Megjelenés dátuma"
|
||||
},
|
||||
"filter": {
|
||||
"library": "Könyvtár",
|
||||
"scope": "Könyvtár",
|
||||
"scopeOpt": {
|
||||
"both": "Mind",
|
||||
|
|
@ -67,7 +66,6 @@
|
|||
"noMatchesFiltered_other": "Nincs találat — {{count}} szűrő is szűkíti az eredményt.",
|
||||
"loading": "Betöltés…",
|
||||
"empty": "Még nincs itt semmi. Futtass egy Plex-szinkront az admin Konfiguráció oldalról.",
|
||||
"loadMore": "Több betöltése",
|
||||
"watched": "Megnézve",
|
||||
"inProgress": "Folyamatban",
|
||||
"play": "Lejátszás",
|
||||
|
|
@ -92,7 +90,6 @@
|
|||
"markSeasonUnwatched": "Évad jelölés visszavonása",
|
||||
"addShowCollection": "Kollekcióhoz adás"
|
||||
},
|
||||
"playerSoon": "A lejátszó hamarosan jön — „{{title}}”",
|
||||
"collEditor": {
|
||||
"manage": "Kollekciók",
|
||||
"title": "Kollekciók — {{title}}",
|
||||
|
|
@ -218,9 +215,6 @@
|
|||
"playAll": "Összes lejátszása",
|
||||
"delete": "Lista törlése",
|
||||
"empty": "Ez a lista üres. Adj hozzá címeket az info-oldalukról.",
|
||||
"up": "Fel",
|
||||
"down": "Le",
|
||||
"remove": "Eltávolítás",
|
||||
"layoutAccordion": "Harmonika nézet",
|
||||
"layoutTree": "Fa nézet",
|
||||
"removeShow": "Egész sorozat eltávolítása",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue