diff --git a/public/index.html b/public/index.html index d8e9335..1f3ede3 100644 --- a/public/index.html +++ b/public/index.html @@ -959,7 +959,7 @@

{{ title }}

@@ -1102,4 +1102,4 @@

{{ metadata }} - \ No newline at end of file + diff --git a/public/js/modules/components/artist-tab.js b/public/js/modules/components/artist-tab.js index 9f148cc..7920670 100644 --- a/public/js/modules/components/artist-tab.js +++ b/public/js/modules/components/artist-tab.js @@ -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'