FIX Fileoutput name with spaces error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user