mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-03 21:54:26 -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();
|
versionString = sb.ToString();
|
||||||
versionMap = map as IReadOnlyDictionary<string, Version>;
|
versionMap = map;
|
||||||
|
|
||||||
return sb.Length > 0;
|
return sb.Length > 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user