diff include/core/session.h @ 383:27c462bc7815

make the "Now Playing" page actually work
author Paper <paper@tflc.us>
date Thu, 06 Nov 2025 07:10:58 -0500
parents ea3a74ed2ef9
children
line wrap: on
line diff
--- a/include/core/session.h	Thu Nov 06 03:16:55 2025 -0500
+++ b/include/core/session.h	Thu Nov 06 07:10:58 2025 -0500
@@ -30,7 +30,7 @@
 	/* we literally *cannot* be lying to the user by doing this */
 	void IncrementRequests();
 	std::uint32_t GetRequests();
-	int uptime();
+	std::int64_t uptime();
 
 	Config config;