mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
remove release channel from plugin classes
This commit is contained in:
@@ -211,19 +211,6 @@ namespace Emby.Server.Implementations
|
||||
|
||||
public IFileSystem FileSystemManager { get; set; }
|
||||
|
||||
/// <inheritdoc />
|
||||
public ReleaseChannel SystemUpdateLevel
|
||||
{
|
||||
get
|
||||
{
|
||||
#if NIGHTLY
|
||||
return PackageChannel.Nightly;
|
||||
#else
|
||||
return ReleaseChannel.Stable;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the service provider.
|
||||
/// </summary>
|
||||
@@ -1416,7 +1403,6 @@ namespace Emby.Server.Implementations
|
||||
SupportsLibraryMonitor = true,
|
||||
EncoderLocation = MediaEncoder.EncoderLocation,
|
||||
SystemArchitecture = RuntimeInformation.OSArchitecture,
|
||||
SystemUpdateLevel = SystemUpdateLevel,
|
||||
PackageName = StartupOptions.PackageName
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user