Skip to content

Commit

Permalink
Fix typo in song banner path correcting for caching
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Mar 10, 2019
1 parent 0383411 commit 262f314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Song.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ Song::TidyUpData(bool from_cache, bool /* duringCache */)
m_bHasBanner = FindFirstFilenameContaining(
image_list, m_sBannerFile, empty_list, contains, ends_with);
if (m_bHasBanner)
m_sBannerPath = GetSongAssetPath(m_sBannerPath, m_sSongDir);
m_sBannerPath = GetSongAssetPath(m_sBannerFile, m_sSongDir);
}

if (!m_bHasBackground) {
Expand Down

0 comments on commit 262f314

Please sign in to comment.