New: Added album disambiguation to UI and Naming [ex. Weezer (Blue Album)] (#431)

This commit is contained in:
Qstick
2018-07-20 18:33:56 -04:00
committed by GitHub
parent 54d1d90e16
commit e6a43b2dc0
19 changed files with 73 additions and 39 deletions
@@ -187,6 +187,7 @@ class ArtistIndexRow extends Component {
>
<AlbumTitleLink
title={nextAlbum.title}
disambiguation={nextAlbum.disambiguation}
foreignAlbumId={nextAlbum.foreignAlbumId}
/>
</VirtualTableRowCell>
@@ -211,6 +212,7 @@ class ArtistIndexRow extends Component {
>
<AlbumTitleLink
title={lastAlbum.title}
disambiguation={lastAlbum.disambiguation}
foreignAlbumId={lastAlbum.foreignAlbumId}
/>
</VirtualTableRowCell>