Update for strings

This commit is contained in:
angelblue05 2016-02-17 02:13:37 -06:00
parent 0ba1ac4104
commit 52a5d35295
10 changed files with 477 additions and 389 deletions

View file

@ -277,14 +277,14 @@ class Service():
##### Emby thread is terminating. #####
if self.userclient_running:
user.stopClient()
if self.library_running:
library.stopThread()
if self.websocket_running:
ws.stopClient()
if self.userclient_running:
user.stopClient()
log("======== STOP %s ========" % self.addonName, 0)