Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/5b3d8a6d7610598a030e60ea6d7dff4e5a78553d You should set ROOT_URL correctly, otherwise the web may not work correctly.

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

release-10.1.0
Erwin de Haan 6 years ago
parent cc719fd77c
commit 5b3d8a6d76

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

@ -2,7 +2,7 @@ using System.Reflection;
using System.Resources;
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
// associated with an assembly.
[assembly: AssemblyTitle("IsoMounter")]

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

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

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

@ -260,7 +260,7 @@ namespace Emby.Server.Implementations.LiveTv.TunerHosts.HdHomerun
for (int i = 0; i < model.TunerCount; ++i)
{
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);
LiveTvTunerStatus status = isAvailable ? LiveTvTunerStatus.Available : LiveTvTunerStatus.LiveTv;
tuners.Add(new LiveTvTunerInfo

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

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

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

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

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

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

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

Loading…
Cancel
Save