trying to get bundled deps to load

This commit is contained in:
cere 2024-02-21 01:28:55 -05:00
parent ecca301ceb
commit 70734c7c59
2 changed files with 8 additions and 1 deletions

View file

@ -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)