mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
format filepath in playlist
This commit is contained in:
parent
c184e79922
commit
ca24dfd62d
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user