Fix error if mutagen is not installed

pull/11817/head
7x11x13 5 months ago
parent 7a52926a43
commit ffa22df1f2

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

Loading…
Cancel
Save