raiseFailed(f"{self.Type} Error: {library_type} is invalid. Options: {', '.join(plex.library_types)}")
eliflibrary_type=="false":
eliflibrary_type=="false":
raiseNotScheduled(f"Skipped because allowed_library_types is false")
raiseNotScheduled(f"Skipped because allowed_library_types is false")
eliflibrary_typenotinplex.library_types:
raiseFailed(f"{self.Type} Error: {library_type} is invalid. Options: {', '.join(plex.library_types)}")
ifnotfound_type:
ifnotfound_type:
raiseNotScheduled(f"Skipped because allowed_library_types {self.data[methods['allowed_library_types']]} doesn't match the library type: {self.library.Plex.type}")
raiseNotScheduled(f"Skipped because allowed_library_types {self.data[methods['allowed_library_types']]} doesn't match the library type: {self.library.Plex.type}")