From 65ffa94534e60f5834790ded397b106048712597 Mon Sep 17 00:00:00 2001 From: meisnate12 Date: Thu, 11 Mar 2021 16:11:36 -0500 Subject: [PATCH] removed line for #66 --- modules/plex.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/plex.py b/modules/plex.py index db727552..d7c69644 100644 --- a/modules/plex.py +++ b/modules/plex.py @@ -136,7 +136,6 @@ class PlexAPI: logger.warning(f"Collection Warning: {method} attribute will run as {method_name}") else: method_name = method - method_name = util.filter_alias[filter_method[:-4]] if modifier in [".not", ".lte", ".gte"] else util.filter_alias[filter_method] if method_name == "max_age": threshold_date = datetime.now() - timedelta(days=filter_data) if current.originallyAvailableAt is None or current.originallyAvailableAt < threshold_date: