mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 13:00:13 +02:00
auto follow queue when autodj is triggered
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
import { LibraryItem, Song } from '/@/shared/types/domain-types';
|
||||
|
||||
export type AutoDJQueueAddedEventPayload = {
|
||||
songCount: number;
|
||||
};
|
||||
|
||||
export type EventMap = {
|
||||
AUTODJ_QUEUE_ADDED: AutoDJQueueAddedEventPayload;
|
||||
ITEM_LIST_REFRESH: ItemListRefreshEventPayload;
|
||||
ITEM_LIST_UPDATE_ITEM: ItemListUpdateItemEventPayload;
|
||||
MEDIA_NEXT: MediaNextEventPayload;
|
||||
|
||||
Reference in New Issue
Block a user