Add missing StringComparison.OrdinalIgnoreCase
This commit is contained in:
@@ -314,7 +314,7 @@ namespace UmlautAdaptarr.Services
|
|||||||
{
|
{
|
||||||
return "book";
|
return "book";
|
||||||
}
|
}
|
||||||
else if (category == "3000" || category.StartsWith("Audio"))
|
else if (category == "3000" || category.StartsWith("Audio", StringComparison.OrdinalIgnoreCase))
|
||||||
{
|
{
|
||||||
return "audio";
|
return "audio";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user