mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-20 21:54:58 -04:00
Various UI fixes
Fixed: Manual Import not working if no episodes are Missing Fixed: Allow spaces in Must/Must not contain fields Fixed: Show loading indicator when managing episodes and fetching data from the server Fixed: Series images not loading for all search results New: Auto focus search input when navigating to Add Series page
This commit is contained in:
@@ -100,6 +100,7 @@ class AddNewSeries extends Component {
|
||||
name="seriesLookup"
|
||||
value={term}
|
||||
placeholder="eg. Breaking Bad, tvdb:####"
|
||||
autoFocus={true}
|
||||
onChange={this.onSearchInputChange}
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user