Skip to content

Commit 12a1321

Browse files
authored
Merge pull request #164 from Eroge-Abyss/fix-exstatic-counter
fix: use appropriate time for exstatic now playing
2 parents 6013004 + 1c41df9 commit 12a1321

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)