mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 06:04:15 +00:00
Change to Plex TV Series agent for test server
This commit is contained in:
parent
006aee2483
commit
238ea5c4ba
1 changed files with 4 additions and 3 deletions
|
@ -522,7 +522,7 @@ if __name__ == "__main__":
|
|||
location="/data/Movies" if opts.no_docker is False else movies_path,
|
||||
agent="tv.plex.agents.movie",
|
||||
scanner="Plex Movie",
|
||||
language='en-US',
|
||||
language="en-US",
|
||||
expected_media_count=num_movies,
|
||||
)
|
||||
)
|
||||
|
@ -537,8 +537,9 @@ if __name__ == "__main__":
|
|||
name="TV Shows",
|
||||
type="show",
|
||||
location="/data/TV-Shows" if opts.no_docker is False else tvshows_path,
|
||||
agent="com.plexapp.agents.thetvdb",
|
||||
scanner="Plex Series Scanner",
|
||||
agent="tv.plex.agents.series",
|
||||
scanner="Plex TV Series",
|
||||
language="en-US",
|
||||
expected_media_count=num_ep,
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue