Fix root path handling and release action menus

This commit is contained in:
2026-05-24 17:40:55 +00:00
parent 487e410a8f
commit 94f2f10dcd
10 changed files with 444 additions and 103 deletions
+1
View File
@@ -6,6 +6,7 @@ export interface PlayerStatus {
export interface RootStatus {
root_id: string;
name: string;
path: string;
status: string;
error: string | null;