mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-06 17:38:48 +00:00
parent
d5c9ae5c91
commit
2014e93c33
2 changed files with 14 additions and 26 deletions
|
@ -44,6 +44,7 @@ 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):
|
||||
|
@ -290,8 +291,6 @@ 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