feat: save watch progress

This commit is contained in:
2026-04-18 18:24:43 +02:00
parent 026a105e12
commit c1ee5df94c
12 changed files with 252 additions and 56 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE watch_list_entry
ADD COLUMN current_time_seconds REAL NOT NULL DEFAULT 0;