don't include the '.' in the ext
This commit is contained in:
@@ -95,7 +95,7 @@ class CommonStlProcessor(MediaProcessor):
|
||||
self._set_greatest()
|
||||
|
||||
def _set_ext(self):
|
||||
ext = self.name_builder.ext
|
||||
ext = self.name_builder.ext[1:]
|
||||
|
||||
if not ext:
|
||||
ext = None
|
||||
|
||||
Reference in New Issue
Block a user