diff options
| author | Max Git <rotvel@gmail.com> | 2020-06-05 00:57:35 +0200 |
|---|---|---|
| committer | Max Git <rotvel@gmail.com> | 2020-06-05 00:57:35 +0200 |
| commit | 268e87bbf27a724edd9ea665619563729998aba9 (patch) | |
| tree | d3c5a70373b8ba72505db99b56f48a6a69e0ce7e /MediaBrowser.Common/Configuration/IConfigurationManager.cs | |
| parent | beb8a58643178626abc1e0d9e64f4e79b27cdec3 (diff) | |
| parent | 0b0184de2e3da7af817e0217de9d8d4f2de59ba8 (diff) | |
Merge branch 'master' into feature/ffmpeg-version-check
Diffstat (limited to 'MediaBrowser.Common/Configuration/IConfigurationManager.cs')
| -rw-r--r-- | MediaBrowser.Common/Configuration/IConfigurationManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common/Configuration/IConfigurationManager.cs b/MediaBrowser.Common/Configuration/IConfigurationManager.cs index caf2edd83..fe726090d 100644 --- a/MediaBrowser.Common/Configuration/IConfigurationManager.cs +++ b/MediaBrowser.Common/Configuration/IConfigurationManager.cs @@ -24,7 +24,7 @@ namespace MediaBrowser.Common.Configuration event EventHandler<ConfigurationUpdateEventArgs> NamedConfigurationUpdated; /// <summary> - /// Gets or sets the application paths. + /// Gets the application paths. /// </summary> /// <value>The application paths.</value> IApplicationPaths CommonApplicationPaths { get; } |
