Merge branch 'master' of notabug.org:RemixDev/deemix

This commit is contained in:
uh_wot 2020-05-06 10:24:38 +02:00
commit f14888fe9b
2 changed files with 2 additions and 8 deletions

View File

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