programs: mpv: explicitly add Videos/servo, Books/servo to sandbox
This commit is contained in:
@@ -73,9 +73,11 @@ in
|
|||||||
".config/mpv" #< else mpris plugin crashes on launch
|
".config/mpv" #< else mpris plugin crashes on launch
|
||||||
# it's common for album (or audiobook, podcast) images/lyrics/metadata to live adjacent to the primary file.
|
# it's common for album (or audiobook, podcast) images/lyrics/metadata to live adjacent to the primary file.
|
||||||
# CLI detection is too poor to pick those up, so expose the common media dirs to the sandbox to make that *mostly* work.
|
# CLI detection is too poor to pick those up, so expose the common media dirs to the sandbox to make that *mostly* work.
|
||||||
|
"Books"
|
||||||
|
"Books/servo"
|
||||||
"Music"
|
"Music"
|
||||||
"Videos"
|
"Videos"
|
||||||
"Books"
|
"Videos/servo"
|
||||||
];
|
];
|
||||||
sandbox.extraRuntimePaths = [];
|
sandbox.extraRuntimePaths = [];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user