Removed remaining self-update code

This commit is contained in:
Bond_009
2019-02-06 20:53:05 +01:00
committed by Bond-009
parent 395072239d
commit 77a5617774
7 changed files with 8 additions and 80 deletions

View File

@@ -72,12 +72,6 @@ namespace Emby.Server.Implementations.AppBase
/// <value>The plugin configurations path.</value>
public string PluginConfigurationsPath => Path.Combine(PluginsPath, "configurations");
/// <summary>
/// Gets the path to where temporary update files will be stored
/// </summary>
/// <value>The plugin configurations path.</value>
public string TempUpdatePath => Path.Combine(ProgramDataPath, "updates");
/// <summary>
/// Gets the path to the log directory
/// </summary>