Extract trickplay files into own subdirectory

This commit is contained in:
Shadowghost
2025-01-22 18:20:57 +01:00
parent b318f33599
commit 6454a35ef8
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; }
}
}