mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-08 01:06:12 +00:00
Moved JsonDebugPrinter to existing utils module
This commit is contained in:
parent
7491000a13
commit
de493d13dd
6 changed files with 25 additions and 24 deletions
|
@ -15,7 +15,8 @@ import client
|
|||
from database import reset, get_sync, Database, jellyfin_db, get_credentials
|
||||
from objects import Objects, Actions
|
||||
from downloader import TheVoid
|
||||
from helper import translate, event, settings, window, dialog, api, JSONRPC, debug
|
||||
from helper import translate, event, settings, window, dialog, api, JSONRPC
|
||||
from helper.utils import JsonDebugPrinter
|
||||
|
||||
#################################################################################################
|
||||
|
||||
|
@ -45,7 +46,7 @@ class Events(object):
|
|||
if server == 'None':
|
||||
server = None
|
||||
|
||||
LOG.info("path: %s params: %s", path, debug.JsonDebugPrinter(params))
|
||||
LOG.info("path: %s params: %s", path, JsonDebugPrinter(params))
|
||||
|
||||
if '/extrafanart' in base_url:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue