mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-08-26 17:31:35 +00:00
Fix crash when sleeping/waking up device
This commit is contained in:
parent
e97a3a616d
commit
793bd66554
4 changed files with 25 additions and 4 deletions
|
@ -289,6 +289,7 @@ class DownloadUtils():
|
|||
log("Unable to convert the response for: %s" % url, 1)
|
||||
|
||||
else: # Bad status code
|
||||
log("=== Bad status response: %s ===" % r.status_code, -1)
|
||||
r.raise_for_status()
|
||||
|
||||
##### EXCEPTIONS #####
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue