mirror of
https://github.com/hama3254/Crunchyroll-Downloader-v3.0.git
synced 2024-11-14 04:05:07 +01:00
hotfix
integer to string issue
This commit is contained in:
parent
6ed4a31d19
commit
817b746a7d
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1417,7 +1417,7 @@ Public Class Main
|
|||||||
Next
|
Next
|
||||||
If DispositionIndex = Nothing Then
|
If DispositionIndex = Nothing Then
|
||||||
Else
|
Else
|
||||||
SoftSubMergeMetatata = SoftSubMergeMetatata + " -disposition:s:" + DispositionIndex + " default"
|
SoftSubMergeMetatata = SoftSubMergeMetatata + " -disposition:s:" + DispositionIndex.ToString + " default"
|
||||||
End If
|
End If
|
||||||
Else
|
Else
|
||||||
For i As Integer = 0 To SoftSubs2.Count - 1
|
For i As Integer = 0 To SoftSubs2.Count - 1
|
||||||
|
@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
|
|||||||
' übernehmen, indem Sie "*" eingeben:
|
' übernehmen, indem Sie "*" eingeben:
|
||||||
' <Assembly: AssemblyVersion("1.0.*")>
|
' <Assembly: AssemblyVersion("1.0.*")>
|
||||||
|
|
||||||
<Assembly: AssemblyVersion("3.7.8")>
|
<Assembly: AssemblyVersion("3.7.8.1")>
|
||||||
<Assembly: AssemblyFileVersion("3.7.8")>
|
<Assembly: AssemblyFileVersion("3.7.8.1")>
|
||||||
<Assembly: NeutralResourcesLanguage("en")>
|
<Assembly: NeutralResourcesLanguage("en")>
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user