Skip to content

Commit 050572d

Browse files
committed
remove isBrowseable(Path) check
1 parent 624af2e commit 050572d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,6 @@ def test_server_browse(plex, movies):
376376
assert len(paths)
377377
# browse the path of the movie library
378378
paths = plex.browse(movies_path)
379-
assert plex.isBrowsable(paths[0])
380379
assert len(paths)
381380
# browse the path of the movie library without files
382381
paths = plex.browse(movies_path, includeFiles=False)

0 commit comments

Comments
 (0)