use div scroll method to scroll to current song in queue

This commit is contained in:
geoffrey45
2022-10-01 16:02:51 +03:00
committed by Mungai Njoroge
parent 8e258eaf24
commit 278439eee8
7 changed files with 51 additions and 36 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
// "local" | "remote"
let mode = "remote";
let mode = "local";
export interface D<T = string> {
[key: string]: T;