Skip to content

Commit d9e3b9f

Browse files
committed
dropping quote_via for backwards compatibility
seems unneeded now after testing
1 parent 11ddd23 commit d9e3b9f

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
@@ -199,7 +199,7 @@ def optimize(self, title=None, target="", targetTagID=None, locationID=-1, polic
199199
params['Item[Location][uri]'] = 'library://' + section.uuid + '/item/' + \
200200
quote_plus(self.key + '?includeExternalMedia=1')
201201

202-
data = key + urlencode(params) + '&' + urlencode(titleParam, quote_via=quote)
202+
data = key + urlencode(params) + '&' + urlencode(titleParam)
203203
return self._server.query(data, method=self._server._session.put)
204204

205205
def sync(self, videoQuality, client=None, clientId=None, limit=None, unwatched=False, title=None):

0 commit comments

Comments
 (0)