Fix errors with empty database

This commit is contained in:
2023-01-05 17:14:34 +01:00
parent 4e67735de8
commit 89be0c031b
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -1,4 +1,5 @@
## Unreleased
* Fix errors with empty database
* Fix negative playtimes being considered positive
* Add %d for days to common.util.time.format_duration
* Set up tests, add tests for common.util.time