mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-03 21:02:52 +01:00
Make MediaBrowser.MediaEncoding warnings free
This commit is contained in:
@@ -31,7 +31,7 @@ namespace Emby.Dlna.PlayTo
|
||||
throw new ArgumentNullException(nameof(obj));
|
||||
}
|
||||
|
||||
return string.Equals(Id, obj.Id);
|
||||
return string.Equals(Id, obj.Id, StringComparison.Ordinal);
|
||||
}
|
||||
|
||||
public string MediaType
|
||||
|
||||
Reference in New Issue
Block a user