Launch mpv in an idle process.
This commit is contained in:
@@ -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)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user