Ensure metadata path is created on app startup, and also each time it is updated

This commit is contained in:
Mark Monteiro
2020-04-26 15:30:37 -04:00
parent cbd62e00a4
commit 7615cdc963
3 changed files with 16 additions and 9 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; }