diff --git a/webui/src/components/pages/Tracklist.vue b/webui/src/components/pages/Tracklist.vue index 072fea9..ad85e47 100644 --- a/webui/src/components/pages/Tracklist.vue +++ b/webui/src/components/pages/Tracklist.vue @@ -129,7 +129,7 @@ play_arrow {{ i + 1 }} - + explicit {{ track.name }} @@ -317,3 +317,8 @@ export default { } } + \ No newline at end of file