mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Remove redundant cast
This commit is contained in:
@@ -274,7 +274,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
||||
}
|
||||
|
||||
versionString = sb.ToString();
|
||||
versionMap = map as IReadOnlyDictionary<string, Version>;
|
||||
versionMap = map;
|
||||
|
||||
return sb.Length > 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user