Bugfix for files with spaces in their names
This commit is contained in:
parent
b3a8c1ecae
commit
0b78e8f57d
@ -14,7 +14,7 @@ RENDER_MODES = ["Video + Audio", "Video Only", "Audio Only"]
|
|||||||
|
|
||||||
|
|
||||||
def open_in_video_player(file: Path):
|
def open_in_video_player(file: Path):
|
||||||
os.system(f"xdg-open {file}")
|
os.system(f'xdg-open "{file}"')
|
||||||
|
|
||||||
|
|
||||||
def render(
|
def render(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user