implement play next and add to Queue

This commit is contained in:
geoffrey45
2022-05-10 08:24:08 +03:00
parent d49cc65903
commit bee37742c3
5 changed files with 37 additions and 8 deletions
-1
View File
@@ -30,7 +30,6 @@ interface AlbumInfo {
count: number;
duration: number;
date: string;
artistimage: string;
image: string;
}