Nerixyz / current-song2

Display the currently playing song/audio.
https://currentsong.nerixyz.de
85 stars 7 forks source link

feat(win-gsmtc): use `Duration` instead of `i64` #431

Closed Nerixyz closed 4 months ago

Nerixyz commented 4 months ago

Refactors the time fields from i64 to std::time::Duration.