mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-11 06:20:17 -05:00
[web] Streamline code between pages
This commit is contained in:
@@ -128,13 +128,11 @@ export default {
|
||||
}
|
||||
},
|
||||
|
||||
computed: {
|
||||
methods: {
|
||||
artwork_url(album) {
|
||||
return album.images?.[0]?.url || ''
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
methods: {
|
||||
open_artist() {
|
||||
this.$router.push({
|
||||
name: 'music-spotify-artist',
|
||||
|
||||
Reference in New Issue
Block a user