Remove redundant cast

This commit is contained in:
Max Git 2020-06-15 19:50:09 +02:00
parent 11f3a0dc58
commit ef3200e178

View File

@ -274,7 +274,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
}
versionString = sb.ToString();
versionMap = map as IReadOnlyDictionary<string, Version>;
versionMap = map;
return sb.Length > 0;
}