Skip to content
This repository has been archived by the owner on Jul 13, 2024. It is now read-only.

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
integer to string issue
  • Loading branch information
hama3254 committed Mar 21, 2021
1 parent 6ed4a31 commit 817b746
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 3 deletions.
Binary file modified .vs/Crunchyroll Downloader/v15/.suo
Binary file not shown.
Binary file modified .vs/Crunchyroll Downloader/v15/Server/sqlite3/storage.ide-shm
Binary file not shown.
Binary file modified .vs/Crunchyroll Downloader/v15/Server/sqlite3/storage.ide-wal
Binary file not shown.
2 changes: 1 addition & 1 deletion Crunchyroll Downloader/Main.vb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Crunchyroll Downloader/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -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")>
Binary file modified Crunchyroll Downloader/bin/x86/Debug/Crunchyroll Downloader.exe
Binary file not shown.
Binary file modified Crunchyroll Downloader/bin/x86/Debug/Crunchyroll Downloader.pdb
Binary file not shown.
Binary file modified Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.exe
Binary file not shown.
Binary file modified Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.pdb
Binary file not shown.

0 comments on commit 817b746

Please sign in to comment.