Add Group() for USB songs

This commit is contained in:
Crash Cringle
2025-03-22 12:02:04 -07:00
committed by teejusb
parent 04401ca365
commit 7d5a62a537
6 changed files with 55 additions and 18 deletions
+1 -1
View File
@@ -311,7 +311,7 @@ bool Song::LoadFromSongDir(RString sDir, bool load_autosave, ProfileSlot from_pr
else
{
m_LoadedFromProfile= from_profile;
m_sGroupName= PROFILEMAN->GetProfile(from_profile)->m_sDisplayName;
m_sGroupName= sDir.substr(1, sDir.find('/', 1) - 1);
use_cache= false;
}