Fix error if mutagen is not installed

This commit is contained in:
7x11x13
2024-12-14 19:00:05 -05:00
parent 7a52926a43
commit ffa22df1f2
+1
View File
@@ -58,6 +58,7 @@ class MutagenPP(PostProcessor):
episode_id: str | None episode_id: str | None
episode_sort: str | None episode_sort: str | None
if mutagen:
@singledispatchmethod @singledispatchmethod
@staticmethod @staticmethod
def _assemble_metadata(file: FileType, meta: MetadataInfo) -> None: def _assemble_metadata(file: FileType, meta: MetadataInfo) -> None: