mirror of
https://github.com/Jellify-Music/App.git
synced 2026-03-17 18:51:24 -05:00
show year and runtime for albums on artist page
This commit is contained in:
@@ -213,7 +213,7 @@ function ItemRowDetails({ item }: { item: BaseItemDto }): React.JSX.Element {
|
||||
const shouldRenderArtistName =
|
||||
item.Type === 'Audio' || (item.Type === 'MusicAlbum' && !route.name.includes('Overview'))
|
||||
|
||||
const shouldRenderProductionYear = item.Type === 'MusicAlbum' && route.name.includes('Overview')
|
||||
const shouldRenderProductionYear = item.Type === 'MusicAlbum' && route.name.includes('Artist')
|
||||
|
||||
const shouldRenderGenres = item.Type === 'Playlist' || item.Type === BaseItemKind.MusicArtist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user