diff --git a/unshackle/core/titles/episode.py b/unshackle/core/titles/episode.py index ec69499..965d4eb 100644 --- a/unshackle/core/titles/episode.py +++ b/unshackle/core/titles/episode.py @@ -181,8 +181,8 @@ class Episode(Title): name += " HFR" name += f" {VIDEO_CODEC_MAP.get(codec, codec)}" - if config.tag: - name += f"-{config.tag}" + # if config.tag: + # name += f"-{config.tag}" return sanitize_filename(name) else: