diff options
| author | Bond-009 <bond.009@outlook.com> | 2020-04-25 16:02:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-25 16:02:39 +0200 |
| commit | f81833693d0cae476d923f704451bb794a78da8a (patch) | |
| tree | 3c3a407d5fbe5d09b05ac278b79c0bb67e6360ee /Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs | |
| parent | 3c366954ae123e37ea4c6e6b38b7cc0968f66071 (diff) | |
| parent | f5f990154456af149b60f7436fbdf6ac0c2281f4 (diff) | |
Merge pull request #2874 from barronpm/warnings-cleanup1
Emby.Server.Implementations code cleanup and warning fixes (Part 1)
Diffstat (limited to 'Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs')
| -rw-r--r-- | Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs b/Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs index bc4781743..2adc1d6c3 100644 --- a/Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs +++ b/Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs @@ -15,6 +15,11 @@ namespace Emby.Server.Implementations.AppBase /// <summary> /// Initializes a new instance of the <see cref="BaseApplicationPaths"/> class. /// </summary> + /// <param name="programDataPath">The program data path.</param> + /// <param name="logDirectoryPath">The log directory path.</param> + /// <param name="configurationDirectoryPath">The configuration directory path.</param> + /// <param name="cacheDirectoryPath">The cache directory path.</param> + /// <param name="webDirectoryPath">The web directory path.</param> protected BaseApplicationPaths( string programDataPath, string logDirectoryPath, |
