diff src/gui/widgets/poster.cc @ 255:fe702c8f161f

*: whatever
author Paper <paper@paper.us.eu.org>
date Wed, 07 Feb 2024 17:04:06 -0500
parents d14f8e0e40c3
children 862d0d8619f6
line wrap: on
line diff
--- a/src/gui/widgets/poster.cc	Wed Feb 07 07:57:37 2024 -0500
+++ b/src/gui/widgets/poster.cc	Wed Feb 07 17:04:06 2024 -0500
@@ -35,6 +35,7 @@
 }
 
 void Poster::SetAnime(const Anime::Anime& anime) {
+	/* todo: only download on showEvent() */
 	{
 		HTTP::GetThread* thread = new HTTP::GetThread(anime.GetPosterUrl(), {}, this);