mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 09:33:52 -07:00
WIP: Checks the props for missing poster and deals with it accordingly (#221)
* Checks the props for missing poster and deals with it accordingly * Qucik fixes while trying to fix the Artist Poster index bug..
This commit is contained in:
parent
574e8ad36b
commit
c6873014c7
6 changed files with 22 additions and 3 deletions
|
@ -101,6 +101,7 @@ class AddNewArtist extends Component {
|
|||
value={term}
|
||||
placeholder="eg. Breaking Benjamin, lidarr:854a1807-025b-42a8-ba8c-2a39717f1d25"
|
||||
onChange={this.onSearchInputChange}
|
||||
autoFocus={true}
|
||||
/>
|
||||
|
||||
<Button
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue