diff options
| author | Negulici-R. Barnabas <109497789+negulici-r-barnabas@users.noreply.github.com> | 2022-11-26 10:56:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-26 10:56:23 +0200 |
| commit | e977aade77ae01c8c018ef957572150edc821e2b (patch) | |
| tree | 95e8756e3c41b33bb4ee1401d349e2175b731295 /Emby.Server.Implementations/Plugins/PluginManager.cs | |
| parent | f8a617644921ef418155bf0c1a42c72d8a5d4cc0 (diff) | |
| parent | 5cef9799c365f3179ef4e4192bb861a0ca83a1e3 (diff) | |
Merge branch 'jellyfin:master' into master
Diffstat (limited to 'Emby.Server.Implementations/Plugins/PluginManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Plugins/PluginManager.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Plugins/PluginManager.cs b/Emby.Server.Implementations/Plugins/PluginManager.cs index ec4e0dbeb..3f7d46822 100644 --- a/Emby.Server.Implementations/Plugins/PluginManager.cs +++ b/Emby.Server.Implementations/Plugins/PluginManager.cs @@ -715,6 +715,7 @@ namespace Emby.Server.Implementations.Plugins { // This value is memory only - so that the web will show restart required. plugin.Manifest.Status = PluginStatus.Restart; + plugin.Manifest.AutoUpdate = false; return; } @@ -729,6 +730,7 @@ namespace Emby.Server.Implementations.Plugins // This value is memory only - so that the web will show restart required. plugin.Manifest.Status = PluginStatus.Restart; + plugin.Manifest.AutoUpdate = false; } } } |
