Fixed a bug in the new play queue overlay popup's column name handling.

This commit is contained in:
casey langen 2017-03-21 17:07:21 -07:00
parent 2e1411e80b
commit e97d948e91

View File

@ -339,8 +339,9 @@ void PlayQueueOverlays::ShowAlbumDividerOverlay(
return;
}
auto albumColumn = library::constants::Track::ALBUM_ID;
auto albumId = firstTrack->GetUint64(albumColumn);
auto albumIdColumn = library::constants::Track::ALBUM_ID;
auto albumColumn = library::constants::Track::ALBUM;
auto albumId = firstTrack->GetUint64(albumIdColumn);
if (index == 0) {
messageQueue.Broadcast(runtime::Message::Create(