mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-11 20:05:09 +00:00
Added some logging
This commit is contained in:
parent
e4c8da2097
commit
d5c9ae5c91
2 changed files with 26 additions and 14 deletions
|
@ -44,7 +44,6 @@ class UserClient(threading.Thread):
|
|||
self.addonName = clientInfo.getAddonName()
|
||||
self.addon = xbmcaddon.Addon(id=self.addonId)
|
||||
|
||||
self.logMsg("|---- Starting UserClient ----|", 0)
|
||||
threading.Thread.__init__(self, *args)
|
||||
|
||||
def logMsg(self, msg, level=1):
|
||||
|
@ -291,6 +290,8 @@ class UserClient(threading.Thread):
|
|||
|
||||
def run(self):
|
||||
|
||||
self.logMsg("|---- Starting UserClient ----|", 0)
|
||||
|
||||
while not self.KodiMonitor.abortRequested():
|
||||
|
||||
# Get the latest addon settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue