Fix playtime range not working with manual session #59
Loading…
Reference in New Issue
No description provided.
Delete Branch "playtime_range_fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #55
The bug root cause was that it checked for
timestamp_end
that not all sessions have (specifically sessions with assignedduration_manual
and sessions considered in progress).