mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-06 08:16:13 +00:00
refactor to plugin.video.emby
This commit is contained in:
parent
b0ef58458e
commit
7d49a33b21
19 changed files with 104 additions and 104 deletions
|
@ -6,7 +6,7 @@ import threading
|
|||
import json
|
||||
from datetime import datetime
|
||||
|
||||
cwd = xbmcaddon.Addon(id='plugin.video.mb3sync').getAddonInfo('path')
|
||||
cwd = xbmcaddon.Addon(id='plugin.video.emby').getAddonInfo('path')
|
||||
BASE_RESOURCE_PATH = xbmc.translatePath( os.path.join( cwd, 'resources', 'lib' ) )
|
||||
sys.path.append(BASE_RESOURCE_PATH)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue