feat: update loading skeleton and playlist handling for main playlists
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* Simple event emitter for cross-component communication
|
||||
*/
|
||||
|
||||
type EventHandler = (...args: unknown[]) => void
|
||||
export type EventHandler = (...args: unknown[]) => void
|
||||
|
||||
class EventEmitter {
|
||||
private events: Map<string, EventHandler[]> = new Map()
|
||||
|
||||
Reference in New Issue
Block a user