diff options
author | morpheus65535 <[email protected]> | 2024-12-24 09:53:46 -0500 |
---|---|---|
committer | morpheus65535 <[email protected]> | 2024-12-24 09:54:19 -0500 |
commit | 96618d58434dd96370fba05a5bd3bfa71edaf85f (patch) | |
tree | abfd979128ba4007f7b121d4e9688fa78d7af254 /frontend | |
parent | 334cd1dfca717fc269bc43c0d5e1aa95f9d8cf52 (diff) | |
download | bazarr-96618d58434dd96370fba05a5bd3bfa71edaf85f.tar.gz bazarr-96618d58434dd96370fba05a5bd3bfa71edaf85f.zip |
no log: minor UI fixes
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/src/pages/Movies/Details/index.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/pages/Movies/Details/index.tsx b/frontend/src/pages/Movies/Details/index.tsx index 709f03905..9bd56c660 100644 --- a/frontend/src/pages/Movies/Details/index.tsx +++ b/frontend/src/pages/Movies/Details/index.tsx @@ -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, { |