mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-05 07:46:12 +00:00
Pylint + Fix initial setup for fresh installs
This commit is contained in:
parent
d36bb3d232
commit
3d31568518
13 changed files with 37 additions and 45 deletions
|
@ -480,7 +480,7 @@ class Player(xbmc.Player):
|
|||
# Stop transcoding
|
||||
if playMethod == "Transcode":
|
||||
log.info("Transcoding for %s terminated." % itemid)
|
||||
deviceId = self.clientInfo.getDeviceId()
|
||||
deviceId = self.clientInfo.get_device_id()
|
||||
url = "{server}/emby/Videos/ActiveEncodings?DeviceId=%s" % deviceId
|
||||
self.doUtils(url, action_type="DELETE")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue