mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 15:33:26 +02:00
update CanSelfUpdate
This commit is contained in:
parent
db81d2ca1a
commit
efdd1b1f2e
1 changed files with 4 additions and 0 deletions
|
|
@ -979,6 +979,10 @@ namespace MediaBrowser.Server.Startup.Common
|
|||
{
|
||||
get
|
||||
{
|
||||
if (!ServerConfigurationManager.Configuration.EnableAutoUpdate)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
#if DEBUG
|
||||
return false;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue