Update src/SongManager.cpp
Co-authored-by: sukibaby <[email protected]>
This commit is contained in:
committed by
teejusb
co-authored by
sukibaby
parent
fc98959db4
commit
0b3ed6d4f9
+1
-1
@@ -586,7 +586,7 @@ RString SongManager::GetSongGroupBannerPath( RString sSongGroup ) const
|
|||||||
Group* group = GetGroupFromName(sSongGroup);
|
Group* group = GetGroupFromName(sSongGroup);
|
||||||
if(group == nullptr)
|
if(group == nullptr)
|
||||||
{
|
{
|
||||||
ASSERT_M( 0, ssprintf("requested banner for song group '%s' that doesn't exist",sSongGroup.c_str()) );
|
LOG->Warn("Requested banner for song group '%s' that doesn't exist", sSongGroup.c_str());
|
||||||
return RString();
|
return RString();
|
||||||
}
|
}
|
||||||
return group->GetBannerPath();
|
return group->GetBannerPath();
|
||||||
|
|||||||
Reference in New Issue
Block a user