mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 09:04:42 +01:00
Fix and disable new dotnet6 warnings
This commit is contained in:
@@ -412,7 +412,7 @@ namespace MediaBrowser.LocalMetadata.Parsers
|
||||
{
|
||||
var actors = reader.ReadInnerXml();
|
||||
|
||||
if (actors.Contains("<", StringComparison.Ordinal))
|
||||
if (actors.Contains('<', StringComparison.Ordinal))
|
||||
{
|
||||
// This is one of the mis-named "Actors" full nodes created by MB2
|
||||
// Create a reader and pass it to the persons node processor
|
||||
|
||||
Reference in New Issue
Block a user