Change emby to jellyfin in functions, variables etc.

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

View file

@ -72,7 +72,6 @@ class LoginManual(xbmcgui.WindowXMLDialog):
def onClick(self, control):
if control == SIGN_IN:
# Sign in to emby connect
self._disable_error()
user = self.user_field.getText()

View file

@ -8,7 +8,7 @@ import xbmc
import xbmcgui
from helper import _
from emby.core.connection_manager import CONNECTION_STATE
from jellyfin.core.connection_manager import CONNECTION_STATE
##################################################################################################

View file

@ -9,7 +9,7 @@ import xbmcgui
import xbmcaddon
from helper import _, addon_id
from emby.core.connection_manager import CONNECTION_STATE
from jellyfin.core.connection_manager import CONNECTION_STATE
##################################################################################################
@ -72,7 +72,6 @@ class ServerManual(xbmcgui.WindowXMLDialog):
def onClick(self, control):
if control == CONNECT:
# Sign in to jellyfin connect
self._disable_error()
server = self.host_field.getText()