mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-04 15:26:13 +00:00
Change most string occurrences of Emby to Jellyfin (case sensitive)
This commit is contained in:
parent
168bab2b01
commit
59c1dd42e3
79 changed files with 833 additions and 832 deletions
|
@ -11,7 +11,7 @@ from utils import should_stop
|
|||
|
||||
#################################################################################################
|
||||
|
||||
LOG = logging.getLogger("EMBY."+__name__)
|
||||
LOG = logging.getLogger("JELLYFIN."+__name__)
|
||||
|
||||
#################################################################################################
|
||||
|
||||
|
@ -101,7 +101,7 @@ def stop(default=None):
|
|||
|
||||
def emby_item():
|
||||
|
||||
''' Wrapper to retrieve the emby_db item.
|
||||
''' Wrapper to retrieve the jellyfin_db item.
|
||||
'''
|
||||
def decorator(func):
|
||||
def wrapper(self, item, *args, **kwargs):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue