From 854b5723bb5e930caeb289668c915b7b21ddb427 Mon Sep 17 00:00:00 2001 From: Mike Lang Date: Tue, 12 Nov 2024 04:38:39 +1100 Subject: [PATCH] Fix wrong variable names in archive cutting --- cutter/cutter/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cutter/cutter/main.py b/cutter/cutter/main.py index 66e38e9..45bf991 100644 --- a/cutter/cutter/main.py +++ b/cutter/cutter/main.py @@ -414,7 +414,7 @@ class Cutter(object): # a) it has plenty of space # b) for a Local upload location, it will be on the same filesystem as the # final desired path. - cut = archive_cut_segments(sr, vr, self.segments_path) + cut = archive_cut_segments(job.segment_ranges, job.video_ranges, self.segments_path) else: self.logger.debug("Using encoding settings for {} cut: {}".format( "streamable" if upload_backend.encoding_streamable else "non-streamable",