From 1cc98e7f7d6fa7959953952f1443245e329a0a21 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Mon, 15 Feb 2021 16:45:38 -0800 Subject: [PATCH] Remove plexapi warnings --- lib/plexapi/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/plexapi/utils.py b/lib/plexapi/utils.py index 8579ca6c..4895b974 100644 --- a/lib/plexapi/utils.py +++ b/lib/plexapi/utils.py @@ -21,7 +21,6 @@ except ImportError: tqdm = None log = logging.getLogger('plexapi') -warnings.simplefilter('default', category=DeprecationWarning) # Search Types - Plex uses these to filter specific media types when searching. # Library Types - Populated at runtime