Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/795f78296c0556f4a9b4f9c45ee815f98bd2d602
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
18 additions and
3 deletions
@ -89,7 +89,7 @@
.icon-nd-form-info-link:before {
.clickable;
.icon(@quest io n-sign);
.icon(@info -sign);
}
.icon-nd-donate:before {
@ -35,7 +35,7 @@
< / div >
< / div >
< div class = "control-group ">
< div class = "control-group advanced-setting ">
< label class = "control-label" > Standard Episode Format< / label >
< div class = "controls" >
@ -56,12 +56,13 @@
< / div >
< / div >
< span class = "help-inline" >
< i class = "icon-nd-form-info" title = "" data-original-title = "All caps or all lower-case can also be used" > < / i >
< a href = "https://github.com/NzbDrone/NzbDrone/wiki/Sorting-and-Renaming" class = "help-link" title = "More information" > < i class = "icon-nd-form-info-link" / > < / a >
< / span >
< / div >
< / div >
< div class = "control-group ">
< div class = "control-group advanced-setting ">
< label class = "control-label" > Daily Episode Format< / label >
< div class = "controls" >
@ -83,10 +84,24 @@
< / div >
< / div >
< span class = "help-inline" >
< i class = "icon-nd-form-info" title = "" data-original-title = "All caps or all lower-case can also be used" > < / i >
< a href = "https://github.com/NzbDrone/NzbDrone/wiki/Sorting-and-Renaming" class = "help-link" title = "More information" > < i class = "icon-nd-form-info-link" / > < / a >
< / span >
< / div >
< / div >
< div class = "control-group advanced-setting" >
< label class = "control-label" > Multi-Episode Style< / label >
< div class = "controls" >
< select class = "inputClass" name = "multiEpisodeStyle" >
< option value = "0" > Extend< / option >
< option value = "1" > Duplicate< / option >
< option value = "2" > Repeat< / option >
< option value = "3" > Scene< / option >
< / select >
< / div >
< / div >
< / div >
< div class = "control-group" >