mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 04:21:27 +02:00
New: Bulk Grab Releases and Parameter Search
This commit is contained in:
@@ -9,12 +9,14 @@ function createUnoptimizedSelector(uiSection) {
|
||||
const items = releases.items.map((s) => {
|
||||
const {
|
||||
guid,
|
||||
title
|
||||
title,
|
||||
indexerId
|
||||
} = s;
|
||||
|
||||
return {
|
||||
guid,
|
||||
sortTitle: title
|
||||
sortTitle: title,
|
||||
indexerId
|
||||
};
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user