Fix TypeError
This commit is contained in:
parent
61fb7694aa
commit
7bc3ee7fdf
1 changed files with 1 additions and 1 deletions
|
@ -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 '
|
||||
|
|
Loading…
Reference in a new issue