mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-25 17:17:12 +00:00
Allow searching when uploading subtitles #1898
This commit is contained in:
parent
c622e1f710
commit
775f67b45e
1 changed files with 1 additions and 0 deletions
|
@ -291,6 +291,7 @@ const SeriesUploadForm: FunctionComponent<Props> = ({
|
|||
return (
|
||||
<Selector
|
||||
{...episodeOptions}
|
||||
searchable
|
||||
className={classes.select}
|
||||
value={value}
|
||||
onChange={(item) => {
|
||||
|
|
Loading…
Reference in a new issue