diff --git a/VERSION b/VERSION index 4946a2f8..95e10aa2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.19.0-develop70 +1.19.0-develop71 diff --git a/modules/plex.py b/modules/plex.py index bc6fac1c..20fc2a95 100644 --- a/modules/plex.py +++ b/modules/plex.py @@ -497,7 +497,6 @@ class Plex(Library): logger.error(f"update_blank_track_titles library operation only works with music libraries") logger.info(f"Connected to library {params['name']}") logger.info(f"Agent: {self.agent}; Scanner: {self.scanner}; ratings source: {self.ratings_source}") - exit() def notify(self, text, collection=None, critical=True): self.config.notify(text, server=self.PlexServer.friendlyName, library=self.name, collection=collection, critical=critical)