mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-03 21:54:26 -04:00
Don't auto-update if plugin is pending restart
This commit is contained in:
parent
c6e4b0b1bf
commit
d7f0596d5d
@ -715,6 +715,7 @@ namespace Emby.Server.Implementations.Plugins
|
|||||||
{
|
{
|
||||||
// This value is memory only - so that the web will show restart required.
|
// This value is memory only - so that the web will show restart required.
|
||||||
plugin.Manifest.Status = PluginStatus.Restart;
|
plugin.Manifest.Status = PluginStatus.Restart;
|
||||||
|
plugin.Manifest.AutoUpdate = false;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -729,6 +730,7 @@ namespace Emby.Server.Implementations.Plugins
|
|||||||
|
|
||||||
// This value is memory only - so that the web will show restart required.
|
// This value is memory only - so that the web will show restart required.
|
||||||
plugin.Manifest.Status = PluginStatus.Restart;
|
plugin.Manifest.Status = PluginStatus.Restart;
|
||||||
|
plugin.Manifest.AutoUpdate = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user