improve extra resolution

This commit is contained in:
Luke Pulverenti
2014-12-16 00:46:54 -05:00
parent 3c48def0d7
commit 7b4c2ec334
6 changed files with 19 additions and 8 deletions

View File

@@ -87,7 +87,7 @@ namespace MediaBrowser.Api
/// <summary>
/// Class EnvironmentService
/// </summary>
[Authenticated(Roles = "Admin")]
[Authenticated(Roles = "Admin", AllowBeforeStartupWizard = true)]
public class EnvironmentService : BaseApiService
{
const char UncSeparator = '\\';