mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-30 10:37:46 +08:00
no log: minor UI fixes
This commit is contained in:
parent
334cd1dfca
commit
96618d5843
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ const MovieDetailView: FunctionComponent = () => {
|
|||
<Toolbox.Button
|
||||
icon={faSearch}
|
||||
disabled={!isNumber(movie?.profileId)}
|
||||
loading={hasTask}
|
||||
onClick={() => {
|
||||
if (movie) {
|
||||
task.create(movie.title, TaskGroup.SearchSubtitle, action, {
|
||||
|
|
Loading…
Reference in a new issue