Last updated 1 year ago
Type:
maxPreviousTracks
X
How many Tracks are allowed to be saved in to queue.previous
queueStore
If it should use a custom , else it uses the
queueChangesWatcher
If it should use a custom Queue Changes Watcher
export interface ManagerQueueOptions { maxPreviousTracks?: number; queueStore?: QueueStoreManager; queueChangesWatcher?: QueueChangesWatcher; }