remove post build

This commit is contained in:
Jamie Rees 2016-03-04 22:32:38 +00:00
parent 93c5cf6eb6
commit c49e9a386b
3 changed files with 5 additions and 8 deletions

View file

@ -69,7 +69,7 @@ namespace PlexRequests.UI.Modules
private string AuthToken => Cache.GetOrSet(CacheKeys.TvDbToken, TvApi.Authenticate, 50);
private Negotiator RequestLoad()
{
{
Log.Trace("Loading Index");
return View["Search/Index"];
}