mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
Remove redundant cast
This commit is contained in:
parent
11f3a0dc58
commit
ef3200e178
@ -274,7 +274,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
||||
}
|
||||
|
||||
versionString = sb.ToString();
|
||||
versionMap = map as IReadOnlyDictionary<string, Version>;
|
||||
versionMap = map;
|
||||
|
||||
return sb.Length > 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user