Change series map value from a vector to an unordered set, remove series prefixing, ensure always defaulting to group disk name for sorting

This commit is contained in:
Crash Cringle
2025-03-03 23:25:32 -08:00
committed by teejusb
parent dd60d36093
commit 830bf1bb8d
4 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ Group::Group(const RString& sDir, const RString& sGroupDirName) {
ini.GetValue("Group", "SortTitle", sSortTitle);
Trim(sSortTitle);
if (sSortTitle.empty()) {
sSortTitle = sDisplayTitle;
sSortTitle = Basename(sGroupDirName);
}
ini.GetValue("Group", "TranslitTitle", sTranslitTitle);