mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
update CanSelfUpdate
This commit is contained in:
parent
db81d2ca1a
commit
efdd1b1f2e
@ -979,6 +979,10 @@ namespace MediaBrowser.Server.Startup.Common
|
|||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
|
if (!ServerConfigurationManager.Configuration.EnableAutoUpdate)
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
return false;
|
return false;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user