1

Bugfix for files with spaces in their names

This commit is contained in:
Evan Pratten 2023-09-28 14:46:01 -04:00
parent b3a8c1ecae
commit 0b78e8f57d

View File

@ -14,7 +14,7 @@ RENDER_MODES = ["Video + Audio", "Video Only", "Audio Only"]
def open_in_video_player(file: Path):
os.system(f"xdg-open {file}")
os.system(f'xdg-open "{file}"')
def render(