Fix root path handling and release action menus
This commit is contained in:
@@ -6,6 +6,7 @@ export interface PlayerStatus {
|
||||
|
||||
export interface RootStatus {
|
||||
root_id: string;
|
||||
name: string;
|
||||
path: string;
|
||||
status: string;
|
||||
error: string | null;
|
||||
|
||||
Reference in New Issue
Block a user