mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-17 06:00:20 +02:00
Add 'byData' as playqueue add option
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Album, AlbumArtist, Artist } from '/@/renderer/api/types';
|
||||
import { Album, AlbumArtist, Artist, QueueSong } from '/@/renderer/api/types';
|
||||
import { AppRoute } from '/@/renderer/router/routes';
|
||||
|
||||
export type TablePagination = {
|
||||
@@ -157,8 +157,8 @@ export enum TableColumn {
|
||||
}
|
||||
|
||||
export type PlayQueueAddOptions = {
|
||||
// byData?: any[];
|
||||
byItemType: {
|
||||
byData?: QueueSong[];
|
||||
byItemType?: {
|
||||
id: string;
|
||||
type: LibraryItem;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user