Skip to content

Commit aa5062b

Browse files
authored
Merge pull request #45 from Therzok/patch-1
Add last played timestamp
2 parents d1c6782 + 4cc85fa commit aa5062b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/player_service/get_owned_games.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ pub struct Game {
3535
pub has_workshop: Option<bool>,
3636
pub has_market: Option<bool>,
3737
pub has_dlc: Option<bool>,
38+
pub rtime_last_played: Option<u64>,
3839
}
3940

4041
impl Steam {

0 commit comments

Comments
 (0)