Skip to content

Commit

Permalink
优化 nilaoda#766
Browse files Browse the repository at this point in the history
  • Loading branch information
nilaoda committed Nov 11, 2023
1 parent 6dcd59c commit 24ca1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BBDown/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ public static async Task DownloadPageAsync(MyOption myOption, VInfo vInfo, Dicti
PrintSelectedTrackInfo(selectedVideo, selectedAudio, p.dur);

//用户开启了强制替换
if (myOption.ForceReplaceHost)
if (myOption.ForceReplaceHost && string.IsNullOrEmpty(myOption.UposHost))
{
myOption.UposHost = BACKUP_HOST;
}
Expand Down

0 comments on commit 24ca1a7

Please sign in to comment.