Add configurable library reference roots

This commit is contained in:
Philip Guzman
2026-06-30 17:20:08 -07:00
parent 4e85b5912b
commit ec671079ba
9 changed files with 211 additions and 38 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ from typing import Optional
SAMPLE_ROOT = Path(__file__).parent
SERATO_PATH_PREFIX = "Users/djsplice/OneDrive/Jukebox/"
SERATO_PATH_PREFIX = "Users/sample-user/OneDrive/Jukebox/"
def load_manifest() -> dict: