Update media-server: Backend/frontend optimizations and UI design improvements

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-23 20:38:49 +03:00
parent 21d4150155
commit e6555636d6
2 changed files with 5 additions and 1 deletions

View File

@@ -54,3 +54,7 @@ When making changes:
- Test changes locally before committing - Test changes locally before committing
- Verify server restarts successfully after changes - Verify server restarts successfully after changes
- Check integration compatibility with Home Assistant - Check integration compatibility with Home Assistant
## Server Restart
After making changes to the backend (Python files), restart the media server to apply them. Frontend-only changes (CSS, HTML, JS) are served as static files and only require a browser hard-refresh (Ctrl+Shift+R).