[web] Remove unused computed property

This commit is contained in:
Alain Nussbaumer 2024-02-28 14:29:50 +01:00
parent 617599ee0c
commit 1936ce6621

View File

@ -134,10 +134,6 @@ export default {
},
computed: {
artwork_url() {
return webapi.artwork_url_append_size_params(this.album.artwork_url)
},
media_kind_resolved() {
return this.media_kind ? this.media_kind : this.album.media_kind
}