From 9fce56cc660c8ef97408edeaaee2c15108f3444a Mon Sep 17 00:00:00 2001 From: rlaphoenix Date: Tue, 12 Mar 2024 11:07:40 +0000 Subject: [PATCH] fix(Video): Delete original file after using change_color_range() --- devine/core/tracks/video.py | 1 + 1 file changed, 1 insertion(+) diff --git a/devine/core/tracks/video.py b/devine/core/tracks/video.py index b3728c8..1d07e5b 100644 --- a/devine/core/tracks/video.py +++ b/devine/core/tracks/video.py @@ -201,6 +201,7 @@ class Video(Track): ], check=True) self.path = output_path + original_path.unlink() def ccextractor( self, track_id: Any, out_path: Union[Path, str], language: Language, original: bool = False