mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
rotten tomatoes removed
This commit is contained in:
parent
9cb84906b1
commit
005e8f2353
1 changed files with 0 additions and 8 deletions
|
@ -29,7 +29,6 @@ from UserClient import UserClient
|
||||||
from Player import Player
|
from Player import Player
|
||||||
from WebSocketClient import WebSocketThread
|
from WebSocketClient import WebSocketThread
|
||||||
from LibrarySync import LibrarySync
|
from LibrarySync import LibrarySync
|
||||||
from LibraryMonitor import LibraryMonitor
|
|
||||||
|
|
||||||
#################################################################################################
|
#################################################################################################
|
||||||
|
|
||||||
|
@ -114,10 +113,6 @@ class Service():
|
||||||
player = Player()
|
player = Player()
|
||||||
ws = WebSocketThread()
|
ws = WebSocketThread()
|
||||||
library = LibrarySync()
|
library = LibrarySync()
|
||||||
librarymonitor = LibraryMonitor()
|
|
||||||
xbmc.log("START LIBRARY MONITOR")
|
|
||||||
librarymonitor.start()
|
|
||||||
|
|
||||||
# Sync and progress report
|
# Sync and progress report
|
||||||
lastProgressUpdate = datetime.today()
|
lastProgressUpdate = datetime.today()
|
||||||
|
|
||||||
|
@ -285,9 +280,6 @@ class Service():
|
||||||
if (self.newUserClient is not None):
|
if (self.newUserClient is not None):
|
||||||
user.stopClient()
|
user.stopClient()
|
||||||
|
|
||||||
xbmc.log("STOP LIBRARY MONITOR")
|
|
||||||
librarymonitor.stop()
|
|
||||||
|
|
||||||
self.logMsg("======== STOP %s ========" % self.addonName, 0)
|
self.logMsg("======== STOP %s ========" % self.addonName, 0)
|
||||||
|
|
||||||
# Start the service
|
# Start the service
|
||||||
|
|
Loading…
Reference in a new issue