mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
try virtualList on QueueView
This commit is contained in:
committed by
Mungai Njoroge
parent
e03ed66f44
commit
76a77823c8
+2
-2
@@ -13,8 +13,8 @@ export interface Track {
|
||||
bitrate?: number;
|
||||
genre?: string;
|
||||
image: string;
|
||||
track: string;
|
||||
disc: string;
|
||||
track: number;
|
||||
disc: number;
|
||||
index: number;
|
||||
hash: string;
|
||||
copyright?: string;
|
||||
|
||||
Reference in New Issue
Block a user