mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
Add 'byData' as playqueue add option
This commit is contained in:
parent
0edba7e222
commit
8ebe882236
2 changed files with 27 additions and 3 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue