Skip to content

Commit 26732f7

Browse files
committed
fix for movie_path
1 parent 2f752d2 commit 26732f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_library.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def test_library_add_edit_delete(plex, movies, photos):
125125
# Create Other Videos library = No external metadata scanning
126126
section_name = "plexapi_test_section"
127127
movie_location = movies.locations[0]
128-
movie_path = plex.browse(path=movie_location)
128+
movie_path = plex.browse(path=movie_location)[0]
129129
photo_location = photos.locations[0]
130130
plex.library.add(
131131
name=section_name,

0 commit comments

Comments
 (0)