Skip to content

Commit

Permalink
Passing params for setSelectedSubtitles streams (#1265)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShanaryS authored Oct 12, 2023
1 parent 64eba56 commit a257717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plexapi/media.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def setSelectedSubtitleStream(self, stream):
else:
params['subtitleStreamID'] = stream

self._server.query(key, method=self._server._session.put)
self._server.query(key, method=self._server._session.put, params=params)
return self

def resetSelectedSubtitleStream(self):
Expand Down

0 comments on commit a257717

Please sign in to comment.