Unify menu labels, centralize hoster URL normalization, and add auto-update toggle

This commit is contained in:
2026-02-23 19:53:47 +01:00
parent d5a1125e03
commit 3f799aa170
8 changed files with 386 additions and 290 deletions

View File

@@ -1096,7 +1096,7 @@ class SerienstreamPlugin(BasisPlugin):
name = "Serienstream"
version = "1.0.0"
POPULAR_GENRE_LABEL = "⭐ Beliebte Serien"
POPULAR_GENRE_LABEL = "Haeufig gesehen"
def __init__(self) -> None:
self._series_results: Dict[str, SeriesResult] = {}