mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 16:43:58 -07:00
A little formating on add series
This commit is contained in:
parent
61e8e180fc
commit
6ea0b16585
5 changed files with 51 additions and 50 deletions
|
@ -44,7 +44,6 @@ define(
|
|||
}
|
||||
},
|
||||
|
||||
|
||||
_onSeriesAdded: function (options) {
|
||||
if (options.series.get('path') === this.model.get('folder').path) {
|
||||
this.close();
|
||||
|
@ -54,7 +53,6 @@ define(
|
|||
onRender: function () {
|
||||
var self = this;
|
||||
|
||||
|
||||
this.$el.addClass(this.className);
|
||||
|
||||
this.ui.seriesSearch.data('timeout', null).keyup(function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue