mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Fixed spelling of enviroment provider (Environment). :)
This commit is contained in:
parent
5764059f1d
commit
a00c20c1af
53 changed files with 245 additions and 245 deletions
|
@ -13,8 +13,8 @@ namespace NzbDrone.Web.Helpers
|
|||
|
||||
static HtmlIncludeExtentions()
|
||||
{
|
||||
versionString = new EnviromentProvider().Version.ToString().Replace('.', '_');
|
||||
isProduction = EnviromentProvider.IsProduction;
|
||||
versionString = new EnvironmentProvider().Version.ToString().Replace('.', '_');
|
||||
isProduction = EnvironmentProvider.IsProduction;
|
||||
}
|
||||
|
||||
public static MvcHtmlString IncludeScript(this HtmlHelper helper, string filename)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue