Fix playlist manage button

This commit is contained in:
wvffle 2022-11-15 13:34:40 +00:00
parent bbb0e6719a
commit eb78079970
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ const paginateOptions = computed(() => sortedUniq([12, 25, 50, paginateBy.value]
<template v-if="$store.state.auth.authenticated">
<button
class="ui success button"
@click="$store.commit('playlists/chooseTrack', null)"
@click="$store.commit('playlists/showModal', true)"
>
<translate translate-context="Content/Playlist/Button.Label/Verb">
Manage your playlists