mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
fixed mediacover images not being returned.
autocomplete now shows 20 results instead of 8
This commit is contained in:
@@ -15,7 +15,8 @@ define(['app'], function () {
|
||||
}
|
||||
});
|
||||
},
|
||||
minLength: 3
|
||||
minLength: 3,
|
||||
items :20
|
||||
});
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user