diff --git a/src/layouts/default/ItemContextMenu.vue b/src/layouts/default/ItemContextMenu.vue index b675bda1..b3c7e1c9 100644 --- a/src/layouts/default/ItemContextMenu.vue +++ b/src/layouts/default/ItemContextMenu.vue @@ -410,7 +410,6 @@ export const getContextMenuItems = function ( labelArgs: [], action: async () => { await api.updateMetadata(items[0], true); - window.location.reload(); }, icon: 'mdi-image-album', }); diff --git a/src/translations/en.json b/src/translations/en.json index f15f6210..254a319d 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -404,7 +404,9 @@ "last_played": "Last played", "last_played_desc": "Last played (descending)", "play_count": "Play count", - "play_count_desc": "Play count (descending)" + "play_count_desc": "Play count (descending)", + "artist_name": "Album artist", + "artist_name_desc": "Album artist (descending)" }, "state": { "idle": "idle", diff --git a/src/views/ArtistDetails.vue b/src/views/ArtistDetails.vue index 431b6016..ecb6fb6b 100644 --- a/src/views/ArtistDetails.vue +++ b/src/views/ArtistDetails.vue @@ -53,8 +53,13 @@