mirror of
https://github.com/hama3254/Crunchyroll-Downloader-v3.0.git
synced 2025-01-27 07:25:28 +01:00
fix "Finsihed" to "Finished".
Line 365- changed "Finsihed" to "Finished".
This commit is contained in:
parent
c6a940d3c0
commit
019312a15f
Binary file not shown.
Binary file not shown.
@ -362,7 +362,7 @@ Public Class CRD_List_Item
|
||||
ElseIf InStr(e.Data, "muxing overhead:") Then
|
||||
Me.Invoke(New Action(Function()
|
||||
Dim Done As String() = Label_percent.Text.Split(New String() {"MB"}, System.StringSplitOptions.RemoveEmptyEntries)
|
||||
Label_percent.Text = "Finsihed - " + Done(0) + "MB"
|
||||
Label_percent.Text = "Finished - " + Done(0) + "MB"
|
||||
Return Nothing
|
||||
End Function))
|
||||
End If
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user