We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6013004 commit 1c41df9Copy full SHA for 1c41df9
1 file changed
src-tauri/src/services/playtime/exstatic.rs
@@ -69,7 +69,7 @@ impl ExStaticPlaytime {
69
"playtime",
70
serde_json::json!({
71
"status": "playing",
72
- "time": time
+ "time": game.current_playtime
73
}),
74
) {
75
error!("Error happened while emitting playtime: {}", e);
0 commit comments