1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00

nzbdrone now requires grunt to work.

This commit is contained in:
Keivan Beigi
2013-03-28 18:49:14 -07:00
parent 3b22c087c6
commit 1c04a670d9
21 changed files with 123 additions and 179 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ namespace NzbDrone.Api.FrontendModule
}
return View["NzbDrone.Backbone/index.html"];
return View["UI/index.html"];
}
}
}