mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
EpisodeAiredAfter added to AddSeries UI
New: Ability to skip episodes that aired before a certain date, per series.
This commit is contained in:
parent
713c4225c0
commit
6c78187601
10 changed files with 51 additions and 13 deletions
|
@ -44,4 +44,10 @@
|
|||
}
|
||||
});
|
||||
});
|
||||
|
||||
$('.jQuery-dateTime').livequery(function () {
|
||||
$(this).datepicker({
|
||||
dateFormat: "yy-mm-dd"
|
||||
});
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue