diff options
| author | Bond_009 <bond.009@outlook.com> | 2020-10-17 16:01:36 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2020-10-17 16:01:36 +0200 |
| commit | 51dd3f1e19c3ed77e2bba2aaecdd743ee627bd09 (patch) | |
| tree | 42170ad1c799729e6faf6a585938246955088a31 /Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs | |
| parent | 3a238de35e15cf814d3752c3e1a82e567dfd1176 (diff) | |
Minor improvements
Diffstat (limited to 'Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs')
| -rw-r--r-- | Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs b/Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs index 2adc1d6c3..660bbb2de 100644 --- a/Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs +++ b/Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs @@ -62,7 +62,7 @@ namespace Emby.Server.Implementations.AppBase } /// <inheritdoc /> - public string VirtualDataPath { get; } = "%AppDataPath%"; + public string VirtualDataPath => "%AppDataPath%"; /// <summary> /// Gets the image cache path. |
