remove unused strip

This commit is contained in:
AJ Slater 2024-02-23 17:37:16 -08:00
parent f61fe41850
commit 551804ad50

View File

@ -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)