mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 06:04:15 +00:00
Fix no timeout argument for gdm.scan()
(#1356)
This commit is contained in:
parent
a85291e933
commit
e161ce69d9
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ def test_gdm(plex):
|
|||
|
||||
gdm_enabled = plex.settings.get("GdmEnabled")
|
||||
|
||||
gdm.scan(timeout=2)
|
||||
gdm.scan()
|
||||
if gdm_enabled:
|
||||
assert len(gdm.entries)
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue