Fix TypeError

This commit is contained in:
tomkat83 2016-04-13 14:20:28 +02:00
parent 61fb7694aa
commit 7bc3ee7fdf

View file

@ -268,7 +268,7 @@ class DownloadUtils():
if (int(window('countUnauthorized')) >=
self.unauthorizedAttempts):
self.logMsg('We seem to be truly unauthorized for PMS'
% url, -1)
' %s ' % url, -1)
if window('emby_serverStatus') not in ('401', 'Auth'):
# Tell userclient token has been revoked.
self.logMsg('Setting PMS server status to '