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

Delete series from disk is now working

pull/19/head
Mark McDowall 13 years ago
parent adc958722b
commit 4425da8ad9

@ -48,7 +48,7 @@ $("#seriesDelete").dialog({
buttons: {
"Delete": function () {
var seriesId = $('.seriesId').val();
var deleteFiles = $('#DeleteFilesFromDisk').is(':checked');
var deleteFiles = $('#DeleteFromDisk').is(':checked');
$.ajax({
type: "POST",
url: seriesDeleteUrl,

Loading…
Cancel
Save