trying to get bundled deps to load
This commit is contained in:
parent
ecca301ceb
commit
70734c7c59
2 changed files with 8 additions and 1 deletions
|
@ -5,6 +5,8 @@
|
|||
Background service which launches the http service.
|
||||
"""
|
||||
|
||||
import sys, os
|
||||
|
||||
import time
|
||||
from typing import Dict
|
||||
|
||||
|
@ -26,6 +28,8 @@ from librespot.core import Session
|
|||
|
||||
SAVE_TO_RECENTLY_PLAYED_FILE = True
|
||||
|
||||
sys.path.insert(1, os.path.join(os.path.dirname(__file__), "deps"))
|
||||
|
||||
SPOTIFY_ADDON = xbmcaddon.Addon(id=ADDON_ID)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue