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

Fix String Format Error in NotificationService

pull/104/head
Qstick 8 years ago committed by GitHub
parent 7776862359
commit 2f74ad6540

@ -38,7 +38,7 @@ namespace NzbDrone.Core.Notifications
var albumTitles = string.Join(" + ", albums.Select(e => e.Title));
return string.Format("{0} - {1} - [{4}]",
return string.Format("{0} - {1} - [{2}]",
artist.Name,
albumTitles,
qualityString);

Loading…
Cancel
Save