mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
ReSharper conform to 'var' settings
This commit is contained in:
@@ -36,7 +36,7 @@ namespace MediaBrowser.Model.MediaInfo
|
||||
|
||||
DirectPlayProtocols = new MediaProtocol[] { MediaProtocol.Http };
|
||||
|
||||
VideoOptions videoOptions = options as VideoOptions;
|
||||
var videoOptions = options as VideoOptions;
|
||||
if (videoOptions != null)
|
||||
{
|
||||
AudioStreamIndex = videoOptions.AudioStreamIndex;
|
||||
|
||||
Reference in New Issue
Block a user