Restructure to mediahive.hivescan.

This commit is contained in:
2026-02-09 03:29:03 +00:00
parent e897dfcf9c
commit f65c4ff3de
17 changed files with 131 additions and 125 deletions
+2 -1
View File
@@ -18,7 +18,7 @@ from fastapi.middleware.cors import CORSMiddleware
from fastapi.responses import FileResponse, StreamingResponse
from fastapi_vue import Frontend
from hivescan.structs import PlayMediaRequest, OpenFolderRequest
from mediahive.hivescan.structs import PlayMediaRequest, OpenFolderRequest
from mediahive.__main__ import DEVMODE
@@ -262,3 +262,4 @@ async def serve_media_file(file_path: str):
# Serve the Vue frontend (needs to be last if SPA catch-all is used)
frontend.route(app, "/")