diff --git a/webapp/assets/js/mstream.vue-player-controls.js b/webapp/assets/js/mstream.vue-player-controls.js index 645453a..1a2b09a 100644 --- a/webapp/assets/js/mstream.vue-player-controls.js +++ b/webapp/assets/js/mstream.vue-player-controls.js @@ -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;