Lukas 1652f2f6af feat: rescan now saves to database instead of data files
- 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
2025-12-13 20:37:03 +01:00
2025-10-12 22:39:51 +02:00
2025-11-01 19:23:32 +01:00
2025-11-28 18:58:50 +01:00
2025-10-12 18:05:31 +02:00
2025-10-23 18:28:17 +02:00
2025-05-31 20:46:30 +02:00
2025-10-30 22:06:41 +01:00
2025-11-15 16:56:12 +01:00
2025-11-15 09:11:02 +01:00
2025-10-25 17:54:18 +02:00
2025-11-02 08:33:44 +01:00
2025-11-02 08:33:44 +01:00
Description
No description provided
179 MiB
Languages
Python 78.5%
JavaScript 14.7%
HTML 3.3%
CSS 2.9%
Shell 0.4%
Other 0.2%