Mercurial > minori
diff src/core/anime_db.cc @ 383:27c462bc7815
make the "Now Playing" page actually work
| author | Paper <paper@tflc.us> |
|---|---|
| date | Thu, 06 Nov 2025 07:10:58 -0500 |
| parents | 5beae59cf042 |
| children | 1e5d922fe82b |
line wrap: on
line diff
--- a/src/core/anime_db.cc Thu Nov 06 03:16:55 2025 -0500 +++ b/src/core/anime_db.cc Thu Nov 06 07:10:58 2025 -0500 @@ -382,7 +382,8 @@ QImage Database::GetAnimePoster(int id) { - /* Creates an anime poster and then saves it to disk */ + /* Creates an anime poster and then saves it to disk + * Sorry this is kind of spaghetti... */ QImage res; QString posterfile;
