This commit is contained in:
2025-12-16 19:22:16 +01:00
parent 700f491ef9
commit 32dc893434
7 changed files with 2 additions and 477 deletions

View File

@@ -159,6 +159,7 @@ class SeriesApp:
directory_to_search, self.loader
)
self.list = SerieList(self.directory_to_search)
self.series_list: List[Any] = []
# Synchronous init used during constructor to avoid awaiting
# in __init__
self._init_list_sync()