pull/575/head
meisnate12 3 years ago
parent 3f8261db4d
commit 5f02b7d563

@ -574,7 +574,7 @@ class CollectionBuilder:
raise Failed(f"{self.Type} Error: " + ('Playlists' if playlist else 'collection_order: custom') + raise Failed(f"{self.Type} Error: " + ('Playlists' if playlist else 'collection_order: custom') +
(f" can only be used with a single builder per {self.type}" if len(self.builders) > 1 else f" cannot be used with {self.builders[0][0]}")) (f" can only be used with a single builder per {self.type}" if len(self.builders) > 1 else f" cannot be used with {self.builders[0][0]}"))
if not self.smart_url and len(self.builders) == 0: if not self.server_preroll and not self.smart_url and len(self.builders) == 0:
raise Failed(f"{self.Type} Error: No builders were found") raise Failed(f"{self.Type} Error: No builders were found")
if "add_missing" not in self.radarr_details: if "add_missing" not in self.radarr_details:

Loading…
Cancel
Save