diff --git a/baseunits/uUpdateThread.pas b/baseunits/uUpdateThread.pas index e40504f50..759445fd2 100644 --- a/baseunits/uUpdateThread.pas +++ b/baseunits/uUpdateThread.pas @@ -375,7 +375,7 @@ procedure TUpdateMangaManagerThread.RefreshList; try with MainForm do begin - if dataProcess.WebsiteLoaded(website) then + if cbSelectManga.Items[cbSelectManga.ItemIndex] = website then begin vtMangaList.Clear; if dataProcess = nil then