Pylint + Fix initial setup for fresh installs

This commit is contained in:
angelblue05 2016-09-04 22:33:34 -05:00
parent d36bb3d232
commit 3d31568518
13 changed files with 37 additions and 45 deletions

View file

@ -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")