Skip to content

Commit 1c41df9

Browse files
committed
fix: use appropiete time for exstatic now playing
1 parent 6013004 commit 1c41df9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src-tauri/src/services/playtime/exstatic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ impl ExStaticPlaytime {
6969
"playtime",
7070
serde_json::json!({
7171
"status": "playing",
72-
"time": time
72+
"time": game.current_playtime
7373
}),
7474
) {
7575
error!("Error happened while emitting playtime: {}", e);

0 commit comments

Comments
 (0)