Change emby to jellyfin in functions, variables etc.

This commit is contained in:
Claus Vium 2019-02-02 18:21:22 +01:00
parent 647636430f
commit 233192863a
39 changed files with 273 additions and 278 deletions

View file

@ -8,11 +8,11 @@ import xbmc
import xbmcvfs
from helper import loghandler
from emby import Emby
from jellyfin import Jellyfin
#################################################################################################
Emby.set_loghandler(loghandler.LogHandler, logging.DEBUG)
Jellyfin.set_loghandler(loghandler.LogHandler, logging.DEBUG)
loghandler.reset()
loghandler.config()
LOG = logging.getLogger('JELLYFIN.entrypoint')