mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 01:24:44 +01:00
ReSharper conform to 'var' settings
This commit is contained in:
@@ -91,7 +91,7 @@ namespace MediaBrowser.Model.Dlna
|
||||
|
||||
if (StringHelper.EqualsIgnoreCase(videoCodec, "mpeg2video"))
|
||||
{
|
||||
List<MediaFormatProfile> list = new List<MediaFormatProfile>();
|
||||
var list = new List<MediaFormatProfile>();
|
||||
|
||||
list.Add(ValueOf("MPEG_TS_SD_NA" + suffix));
|
||||
list.Add(ValueOf("MPEG_TS_SD_EU" + suffix));
|
||||
|
||||
Reference in New Issue
Block a user