Fixed artist tab active tab indicator

This commit is contained in:
RemixDev 2020-05-06 10:22:46 +02:00
parent 53878a440a
commit 31b1aa01e2
2 changed files with 2 additions and 8 deletions

View File

@ -37,12 +37,6 @@ const ArtistTab = new Vue({
openQualityModal(e) {
QualityModal.open(e.currentTarget.dataset.link)
},
moreInfo(url, e) {
if (e) {
e.preventDefault()
}
showTrackListSelective(url, true)
},
sortBy(key) {
if (key == this.sortKey) {
this.sortOrder = this.sortOrder == 'asc' ? 'desc' : 'asc'