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"
|
/ f"{sanitize_filename(self.title)}.{self.date_released.year}.mkv"
|
||||||
)
|
)
|
||||||
|
|
||||||
cmd.extend([str(output_file)])
|
cmd.extend([f"'{str(output_file)}'"])
|
||||||
|
|
||||||
return cmd
|
return cmd
|
||||||
|
|||||||
Reference in New Issue
Block a user