integer to string issue
This commit is contained in:
hama3254 2021-03-21 11:25:51 +01:00
parent 6ed4a31d19
commit 817b746a7d
9 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -1417,7 +1417,7 @@ Public Class Main
Next
If DispositionIndex = Nothing Then
Else
SoftSubMergeMetatata = SoftSubMergeMetatata + " -disposition:s:" + DispositionIndex + " default"
SoftSubMergeMetatata = SoftSubMergeMetatata + " -disposition:s:" + DispositionIndex.ToString + " default"
End If
Else
For i As Integer = 0 To SoftSubs2.Count - 1

View File

@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
' übernehmen, indem Sie "*" eingeben:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("3.7.8")>
<Assembly: AssemblyFileVersion("3.7.8")>
<Assembly: AssemblyVersion("3.7.8.1")>
<Assembly: AssemblyFileVersion("3.7.8.1")>
<Assembly: NeutralResourcesLanguage("en")>