diff options
Diffstat (limited to 'cutter/splitter.py')
| -rw-r--r-- | cutter/splitter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cutter/splitter.py b/cutter/splitter.py index 4c4abf8..024a9ee 100644 --- a/cutter/splitter.py +++ b/cutter/splitter.py @@ -241,7 +241,7 @@ class Splitter: def copy_file(self, file): noteq = lambda a, b: a and a != b - if file.info.type != self.encode.name: + if file.info.type != self.enctype.name: return False if noteq(self.opt.sample_rate, file.info.sample_rate): return False |
