diff options
| author | Joshua Boniface <joshua@boniface.me> | 2019-03-10 17:21:10 -0400 |
|---|---|---|
| committer | Joshua Boniface <joshua@boniface.me> | 2019-03-10 17:21:10 -0400 |
| commit | 5f7524aca26797a3dc7acbed8cd50e113e2f9a4d (patch) | |
| tree | 1ff15c0b2cad85a1866c87c6fd1ffde6c9537e1f /Emby.Server.Implementations/ServerApplicationPaths.cs | |
| parent | 132ce3ece14ff7ca756c81e0a12172744c5c50aa (diff) | |
Remove unneccessary string
Diffstat (limited to 'Emby.Server.Implementations/ServerApplicationPaths.cs')
| -rw-r--r-- | Emby.Server.Implementations/ServerApplicationPaths.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Emby.Server.Implementations/ServerApplicationPaths.cs b/Emby.Server.Implementations/ServerApplicationPaths.cs index 68d588122..adaf23234 100644 --- a/Emby.Server.Implementations/ServerApplicationPaths.cs +++ b/Emby.Server.Implementations/ServerApplicationPaths.cs @@ -35,12 +35,6 @@ namespace Emby.Server.Implementations /// <value>The root folder path.</value> public string RootFolderPath => Path.Combine(ProgramDataPath, "root"); -/* /// <summary> - /// Gets the path to the Web resources - /// </summary> - /// <value>The web folder path.</value> - public string WebPath => WebPath; */ - /// <summary> /// Gets the path to the default user view directory. Used if no specific user view is defined. /// </summary> |
