Rename sort functions

This commit is contained in:
Jonas Kvinge
2025-08-12 22:14:22 +02:00
parent f8afd49fcf
commit f3d088e48b
5 changed files with 10 additions and 10 deletions

View File

@@ -97,7 +97,7 @@ QStandardItem *StreamingSearchModel::BuildContainers(const Song &s, QStandardIte
}
else {
display_text = CollectionModel::TextOrUnknown(s.effective_albumartist());
sort_text = CollectionModel::SortTextForName(s.effective_albumartist_with_sort(), true);
sort_text = CollectionModel::SortTextForName(s.effective_albumartistsort(), true);
}
has_artist_icon = true;
break;