mirror of
https://github.com/pkkid/python-plexapi
synced 2025-02-16 12:58:26 +00:00
Add music library language to bootstrap test server (#1192)
This commit is contained in:
parent
e2587eca31
commit
a9be59e998
1 changed files with 1 additions and 0 deletions
|
@ -575,6 +575,7 @@ if __name__ == "__main__":
|
|||
location="/data/Music" if opts.no_docker is False else music_path,
|
||||
agent="tv.plex.agents.music",
|
||||
scanner="Plex Music",
|
||||
language="en-US",
|
||||
expected_media_count=song_c,
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue