chore: make sure that there is only one app

This commit is contained in:
2025-11-02 15:14:34 +01:00
parent e414a1a358
commit ec987eff80
8 changed files with 11 additions and 967 deletions

View File

@@ -58,7 +58,6 @@ class DownloadStatusEventArgs:
self.eta = eta
self.mbper_sec = mbper_sec
class ScanStatusEventArgs:
"""Event arguments for scan status events."""
@@ -92,7 +91,6 @@ class ScanStatusEventArgs:
self.message = message
self.error = error
class SeriesApp:
"""
Main application class for anime series management.
@@ -328,7 +326,7 @@ class SeriesApp:
return False
async def re_scan(self) -> int:
async def rescan(self) -> int:
"""
Rescan directory for missing episodes (async).