Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/52aa84e9f959108ef2c2deefa73a92a7b0ae1531 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Tweaked mediainfo api call to better handle unsupported locales.

pull/2278/head
Taloth Saldono 6 years ago
parent f08fc7493d
commit 52aa84e9f9

@ -282,7 +282,7 @@ namespace NzbDrone.Core.MediaFiles.MediaInfo
public string Option(string option, string value)
{
var pOption = MakeStringParameter(option);
var pOption = MakeStringParameter(option.ToLowerInvariant());
var pValue = MakeStringParameter(value);
try
{

Loading…
Cancel
Save