Skip to content

Commit e62992a

Browse files
committed
add compat to import listing
use of compat.quote_plus
1 parent c3e16b2 commit e62992a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plexapi/media.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
from plexapi import log, utils
2+
from plexapi import log, utils, compat
33
from plexapi.base import PlexObject
44
from plexapi.exceptions import BadRequest
55
from plexapi.utils import cast

0 commit comments

Comments
 (0)