diff include/gui/pages/now_playing.h @ 386:e89901683d72

now_playing: don't reset the timer every 5 seconds ahaha
author Paper <paper@tflc.us>
date Thu, 06 Nov 2025 08:59:44 -0500
parents 27c462bc7815
children
line wrap: on
line diff
--- a/include/gui/pages/now_playing.h	Thu Nov 06 08:58:05 2025 -0500
+++ b/include/gui/pages/now_playing.h	Thu Nov 06 08:59:44 2025 -0500
@@ -43,7 +43,7 @@
 
 public:
 	Playing(QWidget* parent = nullptr);
-	void SetPlayingAnime(const Anime::Anime& anime, const anitomy::Elements& info);
+	bool SetPlayingAnime(const Anime::Anime& anime, const anitomy::Elements& info);
 	int GetPlayingAnime();
 	int GetPlayingEpisode();