Add continuous playback

This commit is contained in:
Omar Roth
2018-11-11 11:45:05 -06:00
parent 1465cefa17
commit 4b76b93610
5 changed files with 69 additions and 1 deletions

View File

@@ -70,7 +70,11 @@ class Preferences
JSON.mapping({
video_loop: Bool,
autoplay: Bool,
listen: {
continue: {
type: Bool,
default: false,
},
listen: {
type: Bool,
default: false,
},