Update grzegorz/mpv.py
This commit is contained in:
parent
f458e5c5b4
commit
5c3df04b8d
|
@ -28,7 +28,6 @@ class MPV:
|
||||||
f'--input-ipc-server={str(cls._ipc_endpoint)}',
|
f'--input-ipc-server={str(cls._ipc_endpoint)}',
|
||||||
'--pipewire-remote=/run/user/1003/pipewire-0', # Cage doesn't set up XDG variables properly?
|
'--pipewire-remote=/run/user/1003/pipewire-0', # Cage doesn't set up XDG variables properly?
|
||||||
'--idle',
|
'--idle',
|
||||||
'--force-window',
|
|
||||||
*(('--fullscreen',) if not IS_DEBUG else ()),
|
*(('--fullscreen',) if not IS_DEBUG else ()),
|
||||||
'--ytdl-format=bestvideo[height<=?1080]',
|
'--ytdl-format=bestvideo[height<=?1080]',
|
||||||
'--no-terminal',
|
'--no-terminal',
|
||||||
|
|
Loading…
Reference in New Issue