mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 04:21:27 +02:00
SeriesId is now passed back to the controller when adding a new/existing series.
This commit is contained in:
@@ -40,6 +40,7 @@ function bindSeriesAutoComplete(selector) {
|
||||
delay: 500,
|
||||
select: function (event, ui) {
|
||||
$(this).val(ui.item.Title);
|
||||
$(this).siblings('.seriesId').val(ui.item.Id);
|
||||
return false;
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user