Remove long hex root ids and use only friendly names

This commit is contained in:
2026-05-30 02:28:58 +00:00
parent 3551808351
commit ada61e1400
8 changed files with 20 additions and 52 deletions
-1
View File
@@ -11,7 +11,6 @@ export interface PlayerInfo {
export interface RootStatus {
root_id: string
name: string
path: string
status: string
error: string | null