Remove useless code

This commit is contained in:
Bond_009
2021-04-01 19:16:00 +02:00
parent 7c51d0a50e
commit aa76957338
6 changed files with 35 additions and 81 deletions

View File

@@ -31,7 +31,7 @@ namespace Emby.Dlna.ConnectionManager
}
/// <inheritdoc />
protected override void WriteResult(string methodName, IDictionary<string, string> methodParams, XmlWriter xmlWriter)
protected override void WriteResult(string methodName, IReadOnlyDictionary<string, string> methodParams, XmlWriter xmlWriter)
{
if (string.Equals(methodName, "GetProtocolInfo", StringComparison.OrdinalIgnoreCase))
{