Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/0f940364a3f9b114c979e88a7b5ae884e10fe9c7
You should set ROOT_URL correctly, otherwise the web may not work correctly.
4 changed files with
4 additions and
2 deletions
@ -106,6 +106,8 @@ namespace NzbDrone.Core.Jobs
public void AutoIgnoreSeasons ( int seriesId )
{
//Todo: Need to convert this over to ObjectDb
return ;
var episodeFiles = _mediaFileProvider . GetSeriesFiles ( seriesId ) ;
if ( episodeFiles . Count ( ) ! = 0 )
@ -53,7 +53,7 @@ namespace NzbDrone.Core.Providers
show . Seasons = s . Element ( "seasons" ) . ConvertTo < Int32 > ( ) ;
show . Status = s . Element ( "status" ) . Value ;
show . RunTime = s . Element ( "seasons" ) . ConvertTo < Int32 > ( ) ;
show . AirTime = s . Element ( " seasons ") . ConvertTo < DateTime > ( ) ;
show . AirTime = s . Element ( " airtime ") . ConvertTo < DateTime > ( ) ;
show . AirDay = s . Element ( "airday" ) . ConvertToDayOfWeek ( ) ;
searchResults . Add ( show ) ;
@ -54,7 +54,7 @@ namespace NzbDrone.Core.Qualities
foreach ( var quality in Quality . All ( ) . Where ( q = > q . Id > 0 ) )
{
if ( existing . SingleOrDefault ( s = > s . QualityId = = quality . Id ) = = null )
if ( ! existing . Any ( s = > s . QualityId = = quality . Id ) )
{
_qualitySizeRepository . Insert ( new QualitySize
{
Width:
|
Height:
|
Size: 168 KiB