fix type conversion errors

This commit is contained in:
Joseph Aquino 2026-04-03 14:22:06 -04:00
parent e8df8f761c
commit 54d4f26a4f
1 changed files with 1 additions and 1 deletions

View File

@ -105,6 +105,6 @@ private:
double accumulator{};
TimeDuration playTime{};
std::chrono::seconds totalSeconds{};
uint64_t totalSeconds{};
};