Merge pull request #311 from mbailey/master

This commit is contained in:
remsky 2025-06-13 07:58:14 -06:00 committed by GitHub
commit 1e15433d24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -300,7 +300,7 @@ async def get_web_file_path(filename: str) -> str:
)
# Construct web directory path relative to project root
web_dir = os.path.join("/app", settings.web_player_path)
web_dir = os.path.join(root_dir, settings.web_player_path)
# Search in web directory
search_paths = [web_dir]