EditorConfig reformat: Emby.IsoMounting, Emby.Server.Implementations

This commit is contained in:
Erwin de Haan 2019-01-13 20:30:03 +01:00
parent cc719fd77c
commit 5b3d8a6d76
16 changed files with 16 additions and 16 deletions

View File

@ -5,4 +5,4 @@ namespace IsoMounter.Configuration
public class PluginConfiguration : BasePluginConfiguration public class PluginConfiguration : BasePluginConfiguration
{ {
} }
} }

View File

@ -2,7 +2,7 @@ using System.Reflection;
using System.Resources; using System.Resources;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information // set of attributes. Change these attribute values to modify the information
// associated with an assembly. // associated with an assembly.
[assembly: AssemblyTitle("IsoMounter")] [assembly: AssemblyTitle("IsoMounter")]

View File

@ -21,4 +21,4 @@
/// <value>The version.</value> /// <value>The version.</value>
public string Version { get; set; } public string Version { get; set; }
} }
} }

View File

@ -15,4 +15,4 @@ namespace Emby.Server.Implementations.FFMpeg
FFProbeFilename = "ffprobe"; FFProbeFilename = "ffprobe";
} }
} }
} }

View File

@ -352,4 +352,4 @@ namespace Emby.Server.Implementations.IO
} }
#endregion #endregion
} }
} }

View File

@ -260,7 +260,7 @@ namespace Emby.Server.Implementations.LiveTv.TunerHosts.HdHomerun
for (int i = 0; i < model.TunerCount; ++i) for (int i = 0; i < model.TunerCount; ++i)
{ {
var name = string.Format("Tuner {0}", i + 1); var name = string.Format("Tuner {0}", i + 1);
var currentChannel = "none"; /// @todo Get current channel and map back to Station Id var currentChannel = "none"; /// @todo Get current channel and map back to Station Id
var isAvailable = await manager.CheckTunerAvailability(ipInfo, i, cancellationToken).ConfigureAwait(false); var isAvailable = await manager.CheckTunerAvailability(ipInfo, i, cancellationToken).ConfigureAwait(false);
LiveTvTunerStatus status = isAvailable ? LiveTvTunerStatus.Available : LiveTvTunerStatus.LiveTv; LiveTvTunerStatus status = isAvailable ? LiveTvTunerStatus.Available : LiveTvTunerStatus.LiveTv;
tuners.Add(new LiveTvTunerInfo tuners.Add(new LiveTvTunerInfo

View File

@ -165,4 +165,4 @@ namespace System.Net
} }
} }
} }

View File

@ -89,4 +89,4 @@ namespace System.Net
#endregion #endregion
} }
} }

View File

@ -125,4 +125,4 @@ namespace System.Net
#endregion #endregion
} }
} }

View File

@ -9,4 +9,4 @@ namespace Emby.Server.Implementations.Security
public DateTime expDate { get; set; } public DateTime expDate { get; set; }
public string key { get; set; } public string key { get; set; }
} }
} }

View File

@ -49,4 +49,4 @@ namespace Emby.Server.Implementations.Services
} }
} }
} }

View File

@ -14,4 +14,4 @@ namespace Emby.Server.Implementations.Services
return serviceType.FullName + " " + method.ToUpper() + " " + requestDtoName; return serviceType.FullName + " " + method.ToUpper() + " " + requestDtoName;
} }
} }
} }

View File

@ -30,4 +30,4 @@ namespace Emby.Server.Implementations.Services
: strVal.Substring(0, pos); : strVal.Substring(0, pos);
} }
} }
} }

View File

@ -52,4 +52,4 @@ namespace Emby.Server.Implementations.Sorting
/// <value>The user manager.</value> /// <value>The user manager.</value>
public IUserManager UserManager { get; set; } public IUserManager UserManager { get; set; }
} }
} }

View File

@ -52,4 +52,4 @@ namespace Emby.Server.Implementations.Sorting
/// <value>The user manager.</value> /// <value>The user manager.</value>
public IUserManager UserManager { get; set; } public IUserManager UserManager { get; set; }
} }
} }

View File

@ -53,7 +53,7 @@ namespace UniversalDetector.Core
public float TypicalPositiveRatio => typicalPositiveRatio; public float TypicalPositiveRatio => typicalPositiveRatio;
// not used // not used
protected bool keepEnglishLetter; protected bool keepEnglishLetter;
public bool KeepEnglishLetter => keepEnglishLetter; public bool KeepEnglishLetter => keepEnglishLetter;