mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-26 06:20:23 +00:00
uncross streams
This commit is contained in:
parent
bf100636d1
commit
8f16cd8dcd
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ class MetadataFile(DataFile):
|
|||
auto_list.extend(self.config.Trakt.get_user_lists(option))
|
||||
default_template = {"trakt_list_details": "<<trakt_user_lists>>"}
|
||||
else:
|
||||
default_template = {"tmdb_person": "<<trakt_people_list>>", "plex_search": {"all": {"actor": "tmdb"}}}
|
||||
default_template = {"tmdb_person": f"<<{auto_type}>>", "plex_search": {"all": {"actor": "tmdb"}}}
|
||||
if auto_type == "tmdb_popular_people":
|
||||
auto_list = self.config.TMDb.get_popular_people(util.parse("Config", "data", dynamic, parent=map_name, methods=methods, datatype="int", minimum=1))
|
||||
elif auto_type == "trakt_people_list":
|
||||
|
|
Loading…
Reference in a new issue