Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/2a72063c191727e0a18f25fd20e4ff792518787e
You should set ROOT_URL correctly, otherwise the web may not work correctly.
4 changed files with
7 additions and
7 deletions
@ -58,8 +58,8 @@ namespace NzbDrone.Api
//Series
Mapper . CreateMap < Core . Repository . Series , SeriesModel > ( )
. ForMember ( dest = > dest . Id , opt = > opt . MapFrom ( src = > src . SeriesId ) )
. ForMember ( dest = > dest . CustomStartDate , opt = > opt . ResolveUsing < NullableDatetimeToString > ( ) . FromMember ( src = > src . CustomStartDate ) ) ;
//.ForMember(dest => dest.BacklogSetting, opt => opt.MapFrom(src => Convert.ToInt32(src.BacklogSetting))) ;
. ForMember ( dest = > dest . CustomStartDate , opt = > opt . ResolveUsing < NullableDatetimeToString > ( ) . FromMember ( src = > src . CustomStartDate ) )
. ForMember ( dest = > dest . BacklogSetting , opt = > opt . MapFrom ( src = > ( Int32 ) src . BacklogSetting ) ) ;
}
protected override ILifetimeScope GetApplicationContainer ( )
@ -42,7 +42,7 @@ namespace NzbDrone.Api.Series
//Editing Only
public Boolean SeasonFolder { get ; set ; }
public Boolean Monitored { get ; set ; }
public BacklogSettingType BacklogSetting { get ; set ; }
public Int32 BacklogSetting { get ; set ; }
public String CustomStartDate { get ; set ; }
}
}
@ -42,7 +42,7 @@
<WarningLevel > 4</WarningLevel>
<UseVSHostingProcess > true</UseVSHostingProcess>
<CodeAnalysisRuleSet > BasicCorrectnessRules.ruleset</CodeAnalysisRuleSet>
<IntermediateOutputPath > C:\Users\Mark\AppData\Local\Temp\vs32F1 .tmp\x86\Debug\</IntermediateOutputPath>
<IntermediateOutputPath > C:\Users\Mark.McDowall\AppData\Local\Temp\vs83FB .tmp\x86\Debug\</IntermediateOutputPath>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|x86' " >
<PlatformTarget > x86</PlatformTarget>
@ -52,7 +52,7 @@
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<IntermediateOutputPath > C:\Users\Mark\AppData\Local\Temp\vs32F1 .tmp\x86\Release\</IntermediateOutputPath>
<IntermediateOutputPath > C:\Users\Mark.McDowall\AppData\Local\Temp\vs83FB .tmp\x86\Release\</IntermediateOutputPath>
</PropertyGroup>
<PropertyGroup >
<ApplicationIcon > NzbDrone.ico</ApplicationIcon>
@ -42,7 +42,7 @@
<WarningLevel > 4</WarningLevel>
<UseVSHostingProcess > true</UseVSHostingProcess>
<CodeAnalysisRuleSet > BasicCorrectnessRules.ruleset</CodeAnalysisRuleSet>
<IntermediateOutputPath > C:\Users\Mark\AppData\Local\Temp\vs32F1 .tmp\x86\Debug\</IntermediateOutputPath>
<IntermediateOutputPath > C:\Users\Mark.McDowall \AppData\Local\Temp\vs800 3.tmp\x86\Debug\</IntermediateOutputPath>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|x86' " >
<PlatformTarget > x86</PlatformTarget>
@ -52,7 +52,7 @@
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<IntermediateOutputPath > C:\Users\Mark\AppData\Local\Temp\vs32F1 .tmp\x86\Release\</IntermediateOutputPath>
<IntermediateOutputPath > C:\Users\Mark.McDowall \AppData\Local\Temp\vs800 3.tmp\x86\Release\</IntermediateOutputPath>
</PropertyGroup>
<PropertyGroup >
<ApplicationIcon > NzbDrone.ico</ApplicationIcon>