mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 13:41:15 -07:00
Update plexapi==4.15.15
This commit is contained in:
parent
2ee2ab652c
commit
96c5cb216c
5 changed files with 13 additions and 5 deletions
|
@ -866,6 +866,8 @@ class Playable:
|
|||
|
||||
if kwargs:
|
||||
# So this seems to be a a lot slower but allows transcode.
|
||||
kwargs['mediaIndex'] = self.media.index(part._parent())
|
||||
kwargs['partIndex'] = part._parent().parts.index(part)
|
||||
download_url = self.getStreamURL(**kwargs)
|
||||
else:
|
||||
download_url = self._server.url(f'{part.key}?download=1')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue