mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
fixed mediacover images not being returned.
autocomplete now shows 20 results instead of 8
This commit is contained in:
parent
a36216c73c
commit
dabbd5f90e
2 changed files with 8 additions and 1 deletions
|
@ -15,7 +15,8 @@ define(['app'], function () {
|
|||
}
|
||||
});
|
||||
},
|
||||
minLength: 3
|
||||
minLength: 3,
|
||||
items :20
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue