- Update SeriesApp.rescan() to use database storage by default (use_database=True) - Use SerieScanner.scan_async() for database mode, which saves directly to DB - Fall back to legacy file-based scan() when use_database=False (for CLI compatibility) - Reinitialize SerieList from database after scan when in database mode - Update unit tests to use use_database=False for mocked tests - Add parameter to control storage mode for backward compatibility
Description
No description provided
Languages
Python
78.5%
JavaScript
14.7%
HTML
3.3%
CSS
2.9%
Shell
0.4%
Other
0.2%