We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ad27b commit 01ab5bdCopy full SHA for 01ab5bd
1 file changed
tests/test_server.py
@@ -376,6 +376,7 @@ 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