diff options
| author | Vasily <JustAMan@users.noreply.github.com> | 2019-10-16 12:40:20 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-16 12:40:20 +0300 |
| commit | 9040ef87dc99462b1e85a5cb347f9ae8428bfa50 (patch) | |
| tree | 24e99d87e7cb73fe7210293d09d5881680d23aff /MediaBrowser.Common/Configuration/IApplicationPaths.cs | |
| parent | dd83784da2114bc68302c48aba52c16c9fe1666c (diff) | |
| parent | 9d4ce82ab9e85a89aa2463e051f805113d952ac5 (diff) | |
Merge pull request #1871 from Bond-009/doc
Enable `TreatWarningsAsErrors` for MediaBrowser.Common and Emby.Photos
Diffstat (limited to 'MediaBrowser.Common/Configuration/IApplicationPaths.cs')
| -rw-r--r-- | MediaBrowser.Common/Configuration/IApplicationPaths.cs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/MediaBrowser.Common/Configuration/IApplicationPaths.cs b/MediaBrowser.Common/Configuration/IApplicationPaths.cs index fd11bf904..5bdea7d8b 100644 --- a/MediaBrowser.Common/Configuration/IApplicationPaths.cs +++ b/MediaBrowser.Common/Configuration/IApplicationPaths.cs @@ -77,7 +77,10 @@ namespace MediaBrowser.Common.Configuration /// <value>The temp directory.</value> string TempDirectory { get; } + /// <summary> + /// Gets the magic string used for virtual path manipulation. + /// </summary> + /// <value>The magic string used for virtual path manipulation.</value> string VirtualDataPath { get; } } - } |
