Files
LibreELEC.tv/packages/addons/service/librespot/source/default.py
2024-11-14 22:22:38 +01:00

9 lines
130 B
Python

import os
import sys
sys.path.append(os.path.join(os.path.dirname(__file__), "resources", "lib"))
import monitor
monitor.run()