Allow unlisted playlists

This commit is contained in:
Peder Bergebakken Sundt 2019-03-13 11:25:39 +01:00
parent 1440c5bdb6
commit ebc04f3c07
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ class MPV:
'--force-window', '--force-window',
'--fullscreen', '--fullscreen',
'--no-terminal', '--no-terminal',
'--load-unsafe-playlists',
'--keep-open', # Keep last frame of video on end of video '--keep-open', # Keep last frame of video on end of video
#'--no-input-default-bindings', #'--no-input-default-bindings',
) )