FIX Fileoutput name with spaces error

This commit is contained in:
Esa Kataja
2025-01-14 16:38:44 +02:00
parent c8f0ff46c9
commit a78f916dc3
+1 -1
View File
@@ -133,6 +133,6 @@ class VideoFile(BaseModel):
/ f"{sanitize_filename(self.title)}.{self.date_released.year}.mkv"
)
cmd.extend([str(output_file)])
cmd.extend([f"'{str(output_file)}'"])
return cmd