Add watch progress feature to video model and UI
Build / build (push) Successful in 2m29s

This commit is contained in:
2025-06-17 20:05:40 +02:00
parent 85e0c89ee8
commit e0e8f8742c
4 changed files with 37 additions and 9 deletions
+1
View File
@@ -0,0 +1 @@
ALTER TABLE videos ADD COLUMN watch_progress REAL;