mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-02 22:36:12 +00:00
Move catch except to _common.py
This commit is contained in:
parent
3630f52c07
commit
090ff79e8f
5 changed files with 23 additions and 8 deletions
|
@ -9,8 +9,8 @@ from ntpath import dirname
|
|||
import api
|
||||
import embydb_functions as embydb
|
||||
import _kodi_tvshows
|
||||
from _common import Items
|
||||
from utils import window, settings, language as lang, catch_except
|
||||
from _common import Items, catch_except
|
||||
from utils import window, settings, language as lang
|
||||
|
||||
##################################################################################################
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue