kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Fix playlist manage button
rodzic
bbb0e6719a
commit
eb78079970
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue