diff options
| author | Bond-009 <bond.009@outlook.com> | 2025-03-10 11:00:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-10 11:00:12 +0100 |
| commit | 6331de2e13d617bdc3248998ff400c1ec52832ec (patch) | |
| tree | 33107cd5bee7b833f27a13f3d7014be6d860cf62 /MediaBrowser.Common/Configuration | |
| parent | 9c5a304142eb72dc7b9375bf8cfe1b632c3c29d5 (diff) | |
| parent | 6454a35ef831157fb10d8cbdf39017b2df2b8449 (diff) | |
Merge pull request #13406 from Shadowghost/extract-trickplay-master
Extract trickplay files into own subdirectory
Diffstat (limited to 'MediaBrowser.Common/Configuration')
| -rw-r--r-- | MediaBrowser.Common/Configuration/IApplicationPaths.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Common/Configuration/IApplicationPaths.cs b/MediaBrowser.Common/Configuration/IApplicationPaths.cs index 57c654667..7a8ab3236 100644 --- a/MediaBrowser.Common/Configuration/IApplicationPaths.cs +++ b/MediaBrowser.Common/Configuration/IApplicationPaths.cs @@ -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; } } } |
