Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/c8de61df19a1312c3ce73bc556a939107f60aa61
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
2 additions and
1 deletions
@ -67,6 +67,7 @@ namespace NzbDrone.Core.Test.ParserTests
[TestCase("the.shield.1x13.circles.ws.xvidvd-tns", false)]
[TestCase("the_x-files.9x18.sunshine_days.ac3.ws_dvdrip_xvid-fov.avi", false)]
[TestCase("The.Third.Jihad.2008.DVDRip.360p.H264 iPod -20-40", false)]
[TestCase("SomeMovie.2018.DVDRip.ts", false)]
public void should_parse_dvd_quality ( string title , bool proper )
{
ParseAndVerifyQuality ( title , Source . DVD , proper , Resolution . R480p ) ;
@ -26,7 +26,7 @@ namespace NzbDrone.Core.Parser
( ? < dsr > WS [ - _ . ] DSR | DSR ) |
( ? < regional > R [ 0 - 9 ] { 1 } | REGIONAL ) |
( ? < scr > SCR | SCREENER | DVDSCR | DVDSCREENER ) |
( ? < ts > TS |TELESYNC | HD - TS | HDTS | PDVD | TSRip | HDTSRip ) |
( ? < ts > TS [- _ . ] |TELESYNC | HD - TS | HDTS | PDVD | TSRip | HDTSRip ) |
( ? < tc > TC | TELECINE | HD - TC | HDTC ) |
( ? < cam > CAMRIP | CAM | HDCAM | HD - CAM ) |
( ? < wp > WORKPRINT | WP ) |