Merge pull request #13406 from Shadowghost/extract-trickplay-master

Extract trickplay files into own subdirectory
This commit is contained in:
Bond-009
2025-03-10 11:00:12 +01:00
committed by GitHub
4 changed files with 46 additions and 46 deletions

View File

@@ -84,5 +84,11 @@ namespace MediaBrowser.Common.Configuration
/// </summary>
/// <value>The magic string used for virtual path manipulation.</value>
string VirtualDataPath { get; }
/// <summary>
/// Gets the path used for storing trickplay files.
/// </summary>
/// <value>The trickplay path.</value>
string TrickplayPath { get; }
}
}