diff include/gui/pages/now_playing.h @ 79:c489dd4434af

*: what did I do again? I really forgot what I did here :)
author Paper <mrpapersonic@gmail.com>
date Thu, 12 Oct 2023 11:31:39 -0400
parents 27a19dd6cba1
children 825506f0e221
line wrap: on
line diff
--- a/include/gui/pages/now_playing.h	Wed Oct 11 12:16:15 2023 -0400
+++ b/include/gui/pages/now_playing.h	Thu Oct 12 11:31:39 2023 -0400
@@ -10,7 +10,7 @@
 	public:
 		NowPlayingPage(QWidget* parent = nullptr);
 		void SetDefault();
-		void SetPlaying(int id);
+		void SetPlaying(int id, int episodes);
 		int GetPlayingId();
 
 	private: