feat: store current track object to enable clear queue to work correctly

This commit is contained in:
geoffrey45
2022-08-05 20:20:34 +03:00
parent b9f0368f5b
commit aa4db95547
5 changed files with 26 additions and 21 deletions
-2
View File
@@ -1,7 +1,5 @@
import { RouteLocationNormalized } from "vue-router";
function getElem(id: string, type: string) {
switch (type) {
case "class": {