format filepath in playlist

This commit is contained in:
IrosTheBeggar 2021-02-16 00:14:09 -05:00
parent c184e79922
commit ca24dfd62d

View File

@ -161,7 +161,7 @@ var VUEPLAYER = (function () {
},
computed: {
comtext: function () {
var returnThis = this.song.filepath;
let returnThis = this.song.filepath.split('/').pop();
if (this.song.metadata.title) {
returnThis = this.song.metadata.title;