mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
add failed
This commit is contained in:
parent
ae682e4299
commit
0068cf8eb2
1 changed files with 2 additions and 0 deletions
|
@ -982,6 +982,8 @@ class CollectionBuilder:
|
|||
raise Failed(f"Collection Error: chart: {value} does not work with movie libraries")
|
||||
elif value in imdb.charts:
|
||||
self.builders.append((method_name, value))
|
||||
else:
|
||||
raise Failed(f"Collection Error: chart: {value} is invalid options are {[i for i in imdb.charts]}")
|
||||
|
||||
def _letterboxd(self, method_name, method_data):
|
||||
if method_name.startswith("letterboxd_list"):
|
||||
|
|
Loading…
Reference in a new issue