Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/2b20b91ec5810ca928f2f74625fc85c630fb5524
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
3 additions and
3 deletions
@ -1,4 +1,4 @@
using System.IO ;
using System.IO ;
using FluentAssertions ;
using Moq ;
using NUnit.Framework ;
@ -46,7 +46,7 @@ namespace NzbDrone.Core.Test.MediaFiles.MediaInfo
info . VideoProfile . Should ( ) . Be ( "Baseline@L2.1" ) ;
info . VideoCodecLibrary . Should ( ) . Be ( "" ) ;
info . AudioFormat . Should ( ) . Be ( "AAC" ) ;
info . AudioCodecID . Should ( ) . Be ( " 40") ;
info . AudioCodecID . Should ( ) . Be ( " mp4a- 40-2 ") ;
info . AudioProfile . Should ( ) . Be ( "LC" ) ;
info . AudioCodecLibrary . Should ( ) . Be ( "" ) ;
info . AudioBitrate . Should ( ) . Be ( 128000 ) ;
@ -82,7 +82,7 @@ namespace NzbDrone.Core.Test.MediaFiles.MediaInfo
info . VideoProfile . Should ( ) . Be ( "Baseline@L2.1" ) ;
info . VideoCodecLibrary . Should ( ) . Be ( "" ) ;
info . AudioFormat . Should ( ) . Be ( "AAC" ) ;
info . AudioCodecID . Should ( ) . Be ( " 40") ;
info . AudioCodecID . Should ( ) . Be ( " mp4a- 40-2 ") ;
info . AudioProfile . Should ( ) . Be ( "LC" ) ;
info . AudioCodecLibrary . Should ( ) . Be ( "" ) ;
info . AudioBitrate . Should ( ) . Be ( 128000 ) ;