mirror of
https://github.com/morpheus65535/bazarr
synced 2025-03-15 00:18:48 +00:00
no log: Fix typo (#1527)
This commit is contained in:
parent
9901bf3400
commit
37e9e251f0
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ const SeriesEpisodesView: FunctionComponent<Props> = (props) => {
|
|||
seriesid: id,
|
||||
}
|
||||
);
|
||||
dispatchTask("Scaning disk...", [task], "Scaning...");
|
||||
dispatchTask("Scanning disk...", [task], "Scanning...");
|
||||
}}
|
||||
>
|
||||
Scan Disk
|
||||
|
|
Loading…
Add table
Reference in a new issue