add transition to queue track list

This commit is contained in:
geoffrey45
2022-08-12 12:49:33 +03:00
parent 59905f7afe
commit a32d8fe66c
8 changed files with 66 additions and 32 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ export default defineStore("Queue", {
this.from = <fromFolder>{
type: FromOptions.folder,
path: fpath,
name: fpath.split("/").splice(-1).join(""),
name: fpath?.split("/").splice(-1).join(""),
};
this.setNewQueue(tracks);
},