We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 624af2e commit 050572dCopy full SHA for 050572d
1 file changed
tests/test_server.py
@@ -376,7 +376,6 @@ def test_server_browse(plex, movies):
376
assert len(paths)
377
# browse the path of the movie library
378
paths = plex.browse(movies_path)
379
- assert plex.isBrowsable(paths[0])
380
381
# browse the path of the movie library without files
382
paths = plex.browse(movies_path, includeFiles=False)
0 commit comments