mirror of
https://github.com/hama3254/Crunchyroll-Downloader-v3.0.git
synced 2024-12-25 07:31:49 +01:00
small fix
fix for specific episode
This commit is contained in:
parent
95ad6b3bdb
commit
ad89b8e1a9
Binary file not shown.
@ -1208,11 +1208,16 @@ Public Class Main
|
||||
If Episode_Prefix = "[default episode prefix]" Then
|
||||
If CR_Anime_Folge_int = Nothing Then
|
||||
|
||||
ElseIf CR_Anime_Folge = Nothing = True And CR_Anime_Folge_int = Nothing = False Then
|
||||
CR_Anime_Folge = "Episode " + AddLeadingZeros(CR_Anime_Folge_int)
|
||||
Else
|
||||
CR_Anime_Folge = CR_Anime_Folge.Replace(CR_Anime_Folge_int, AddLeadingZeros(CR_Anime_Folge_int))
|
||||
End If
|
||||
Else
|
||||
If CR_Anime_Folge_int = Nothing Then
|
||||
|
||||
ElseIf CR_Anime_Folge = Nothing = True And CR_Anime_Folge_int = Nothing = False Then
|
||||
CR_Anime_Folge = "Episode " + AddLeadingZeros(CR_Anime_Folge_int)
|
||||
Else
|
||||
CR_Anime_Folge = Episode_Prefix + AddLeadingZeros(CR_Anime_Folge_int)
|
||||
End If
|
||||
|
Loading…
Reference in New Issue
Block a user