Launch mpv in an idle process.

This commit is contained in:
Tom Alexander
2022-02-15 22:24:31 -05:00
parent 111d9026c5
commit 498612a5c0
4 changed files with 29 additions and 7 deletions

View File

@@ -8,6 +8,6 @@ CREATE TABLE watched (
id INTEGER PRIMARY KEY AUTOINCREMENT,
profile INTEGER NOT NULL,
path TEXT NOT NULL,
recorded_at DATE NOT NULL,
watched_at DATE NOT NULL,
FOREIGN KEY(profile) REFERENCES profile(id)
);