try virtualList on QueueView

This commit is contained in:
geoffrey45
2022-09-21 12:05:01 +03:00
committed by Mungai Njoroge
parent e03ed66f44
commit 76a77823c8
2 changed files with 111 additions and 10 deletions
+2 -2
View File
@@ -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;