mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-30 21:06:13 +00:00
Remove some generic exceptions
This commit is contained in:
parent
bf372791ab
commit
803081f65a
12 changed files with 43 additions and 33 deletions
|
@ -14,7 +14,7 @@ import requests
|
|||
from helper import settings, stop, event, window, create_id
|
||||
from jellyfin import Jellyfin
|
||||
from jellyfin import api
|
||||
from jellyfin.exceptions import HTTPException
|
||||
from helper.exceptions import HTTPException
|
||||
from helper import LazyLogger
|
||||
|
||||
#################################################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue