diff options
| author | Bond_009 <bond.009@outlook.com> | 2019-02-06 20:53:05 +0100 |
|---|---|---|
| committer | Bond-009 <bond.009@outlook.com> | 2019-02-18 16:57:08 +0100 |
| commit | 77a5617774eaf20314a40620fcb0b63d4cb17963 (patch) | |
| tree | c888efeb22637c222aadb09b337cf5f1b9afb923 /MediaBrowser.Common/Configuration/IApplicationPaths.cs | |
| parent | 395072239d329d1deb1af6c57a7961cfada5fc24 (diff) | |
Removed remaining self-update code
Diffstat (limited to 'MediaBrowser.Common/Configuration/IApplicationPaths.cs')
| -rw-r--r-- | MediaBrowser.Common/Configuration/IApplicationPaths.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Common/Configuration/IApplicationPaths.cs b/MediaBrowser.Common/Configuration/IApplicationPaths.cs index 27092c0e1..cb4e8bf5f 100644 --- a/MediaBrowser.Common/Configuration/IApplicationPaths.cs +++ b/MediaBrowser.Common/Configuration/IApplicationPaths.cs @@ -42,12 +42,6 @@ namespace MediaBrowser.Common.Configuration string PluginConfigurationsPath { get; } /// <summary> - /// Gets the path to where temporary update files will be stored - /// </summary> - /// <value>The plugin configurations path.</value> - string TempUpdatePath { get; } - - /// <summary> /// Gets the path to the log directory /// </summary> /// <value>The log directory path.</value> |
