diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2019-02-19 21:21:36 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-19 21:21:36 -0500 |
| commit | b43317c5e10aeac5dd1510c3957fa59f453cf2c1 (patch) | |
| tree | cabde8df22fd180e17af59e8585299026000f4e1 /Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs | |
| parent | 24b76dbed85967a7acd495d21c99d9b857055bb1 (diff) | |
| parent | 7554f6355195443b721a9b65f04ef4f9f4c097e9 (diff) | |
Merge pull request #830 from Bond-009/update
Removed remaining self-update code
Diffstat (limited to 'Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs')
| -rw-r--r-- | Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs b/Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs index f26cc4f62..65cdccfa5 100644 --- a/Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs +++ b/Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs @@ -73,12 +73,6 @@ namespace Emby.Server.Implementations.AppBase 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> /// <value>The log directory path.</value> |
