Merge pull request #2990 from mark-monteiro/create-missing-folders

Create Missing Data Folders
This commit is contained in:
Joshua M. Boniface
2020-04-26 16:02:09 -04:00
committed by GitHub
4 changed files with 27 additions and 12 deletions

View File

@@ -71,7 +71,12 @@ namespace MediaBrowser.Controller
string UserConfigurationDirectoryPath { get; }
/// <summary>
/// Gets the internal metadata path.
/// Gets the default internal metadata path.
/// </summary>
string DefaultInternalMetadataPath { get; }
/// <summary>
/// Gets the internal metadata path, either a custom path or the default.
/// </summary>
/// <value>The internal metadata path.</value>
string InternalMetadataPath { get; }