Skip to content

Commit

Permalink
fix storing url
Browse files Browse the repository at this point in the history
  • Loading branch information
riderkick committed May 10, 2015
1 parent 56ef4f2 commit c448e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baseunits/uSilentThread.pas
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ procedure TSilentThread.MainThreadAfterChecking;

DLManager.containers.Items[pos].currentDownloadChapterPtr := 0;
DLManager.containers.Items[pos].downloadInfo.Website := website;
DLManager.containers.Items[pos].downloadInfo.Link := Info.mangaInfo.link;
DLManager.containers.Items[pos].downloadInfo.Link := URL;
DLManager.containers.Items[pos].downloadInfo.Title := Info.mangaInfo.title;
DLManager.containers.Items[pos].downloadInfo.DateTime := Now;

Expand Down

0 comments on commit c448e2f

Please sign in to comment.