Visual Studio Reformat: MediaBrowser.Model

This commit is contained in:
Erwin de Haan
2019-01-13 20:26:15 +01:00
parent f2e50f50bd
commit 1a4b271314
74 changed files with 128 additions and 190 deletions

View File

@@ -1,8 +1,7 @@
using MediaBrowser.Model.Extensions;
using MediaBrowser.Model.MediaInfo;
using System;
using System.Collections.Generic;
using System;
using System.Globalization;
using MediaBrowser.Model.Extensions;
using MediaBrowser.Model.MediaInfo;
namespace MediaBrowser.Model.Dlna
{
@@ -24,7 +23,7 @@ namespace MediaBrowser.Model.Dlna
int? numVideoStreams,
int? numAudioStreams,
string videoCodecTag,
bool? isAvc )
bool? isAvc)
{
switch (condition.Property)
{