Skip to content

Commit f40d1da

Browse files
committed
add urlencode
1 parent c3e16b2 commit f40d1da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plexapi/video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from plexapi import media, utils
33
from plexapi.exceptions import BadRequest, NotFound
44
from plexapi.base import Playable, PlexPartialObject
5-
from plexapi.compat import quote_plus
5+
from plexapi.compat import quote_plus, urlencode
66
import os
77

88

0 commit comments

Comments
 (0)