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:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user