mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-25 15:25:57 +08:00
no log: Fixed a typo in frontend
This commit is contained in:
parent
c12c7b4064
commit
2b56f59bb0
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ const MovieDetailView: FunctionComponent<Props> = ({ match }) => {
|
||||||
MoviesApi.action.bind(MoviesApi),
|
MoviesApi.action.bind(MoviesApi),
|
||||||
{ action: "scan-disk", radarrid: id }
|
{ action: "scan-disk", radarrid: id }
|
||||||
);
|
);
|
||||||
dispatchTask("Scaning Disk...", [task], "Scaning...");
|
dispatchTask("Scanning Disk...", [task], "Scanning...");
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Scan Disk
|
Scan Disk
|
||||||
|
|
Loading…
Reference in a new issue