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

fixed add series

pull/4/head
Keivan Beigi 12 years ago
parent 68f93dbb10
commit 6ecfbe0c23

@ -3,7 +3,7 @@ define(['app', 'Shared/NotificationCollection', 'Series/SeriesCollection'], func
NzbDrone.AddSeries.New.SearchItemView = Backbone.Marionette.ItemView.extend({
template : "AddSeries/SearchResultTemplate",
template: "AddSeries/SearchResultTemplate",
ui: {
qualityProfile: '.x-quality-profile',
@ -30,6 +30,7 @@ define(['app', 'Shared/NotificationCollection', 'Series/SeriesCollection'], func
var self = this;
this.model.save(undefined, {
url : NzbDrone.Series.SeriesCollection.prototype.url,
success: function () {
var notificationModel = new NzbDrone.Shared.NotificationModel({
title : 'Added',

Loading…
Cancel
Save