From 262f314d0e5564cdc463996e4166c3488aee2716 Mon Sep 17 00:00:00 2001 From: poco0317 Date: Sun, 10 Mar 2019 00:48:11 -0600 Subject: [PATCH] Fix typo in song banner path correcting for caching --- src/Song.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Song.cpp b/src/Song.cpp index b90d3e8d8d..03d212e6db 100644 --- a/src/Song.cpp +++ b/src/Song.cpp @@ -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) {