We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e16b2 commit f40d1daCopy full SHA for f40d1da
plexapi/video.py
@@ -2,7 +2,7 @@
2
from plexapi import media, utils
3
from plexapi.exceptions import BadRequest, NotFound
4
from plexapi.base import Playable, PlexPartialObject
5
-from plexapi.compat import quote_plus
+from plexapi.compat import quote_plus, urlencode
6
import os
7
8
0 commit comments