remove unused strip
This commit is contained in:
parent
f61fe41850
commit
551804ad50
@ -106,8 +106,7 @@ class ComicFilenameParser:
|
||||
if require_all:
|
||||
return
|
||||
continue
|
||||
# TODO idk if strip is necessary here
|
||||
matched_metadata[key] = self._grouping_operators_strip(value)
|
||||
matched_metadata[key] = value
|
||||
if first_only:
|
||||
break
|
||||
self.metadata.update(matched_metadata)
|
||||
|
Loading…
Reference in New Issue
Block a user