diff src/core/anime_db.cc @ 392:a72d6d7b3568

anime_info: don't need to wait on the thread, just disconnect eventually, we can cancel any outgoing requests, but it's kind of unnecessary
author Paper <paper@tflc.us>
date Fri, 07 Nov 2025 07:10:32 -0500
parents 1e5d922fe82b
children
line wrap: on
line diff
--- a/src/core/anime_db.cc	Fri Nov 07 07:09:31 2025 -0500
+++ b/src/core/anime_db.cc	Fri Nov 07 07:10:32 2025 -0500
@@ -385,7 +385,10 @@
 QImage Database::GetAnimePoster(int id)
 {
 	/* Creates an anime poster and then saves it to disk
-	 * Sorry this is kind of spaghetti... */
+	 * Sorry this is kind of spaghetti...
+	 *
+	 * TODO need to do spring cleaning here. For example, we can
+	 * delete posters that haven't been accessed in over a week. */
 	QImage res;
 	QString posterfile;