style: format media music implementation

This commit is contained in:
MythEclipse
2026-05-15 18:04:39 +07:00
parent 192f83d31d
commit ff2792d403
13 changed files with 150 additions and 62 deletions

View File

@@ -56,4 +56,4 @@ export class MediaQueue {
queue: this.items.map((item) => ({ ...item })),
};
}
}
}