Describe the bug
Can't delete entries from bad files anymore.
To Reproduce
Steps to reproduce the behavior:
- Mark a bad file
- Click Delete selected rows
- Confirm deletion
- Webui refreshes but bad file entry is still
Expected behavior
Removing the Bad entry.
Desktop (please complete the following information):
- OS: Latest docker on Debian
- checkrr Version: [v3.2.1]
Additional context
Neither checkrr.log or the docker.log throw any error i could provide.
Docker Compose
checkrr:
container_name: checkrr
image: aetaric/checkrr:latest
volumes:
- ${DOCKERCONFDIR}/checkrr/checkrr.yaml:/etc/checkrr.yaml
- ${DOCKERCONFDIR}/checkrr/checkrr.db:/checkrr.db
- ${DOCKERCONFDIR}/checkrr/checkrr.log:/checkrr.log
- ${DOCKERDATADIR}:/data
ports:
- 8585:8585
restart: on-failure
logging: *default-logging
Describe the bug
Can't delete entries from bad files anymore.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Removing the Bad entry.
Desktop (please complete the following information):
Additional context
Neither checkrr.log or the docker.log throw any error i could provide.
Docker Compose