Skip to content

Commit 01ab5bd

Browse files
committed
add isBrowseable using path object
1 parent 11ad27b commit 01ab5bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ 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])
379380
assert len(paths)
380381
# browse the path of the movie library without files
381382
paths = plex.browse(movies_path, includeFiles=False)

0 commit comments

Comments
 (0)