2025-08-23, 01:43 AM
Please add something like this for consistency. I license this as public domain, no IP rights claimed. Include this code, or something like it, with no attribution required, no source reference needed, no license whatever. Public domain.
private static string FixGenres(string? v)
{
var c = ';';
if (v == null)
return "";
if (v.Contains©)
{
string temp = String.Join(c, v.Split©.Order());
if (v != temp)
v = temp;
}
return v;
}
private static string FixGenres(string? v)
{
var c = ';';
if (v == null)
return "";
if (v.Contains©)
{
string temp = String.Join(c, v.Split©.Order());
if (v != temp)
v = temp;
}
return v;
}