Describe the bug
When modifying a list entry using the chibi update command, the "Date started" field for that specific anime is unintentionally cleared/removed from my AniList profile.
To Reproduce
Steps to reproduce the behavior:
- Ensure you have an active anime or manga in your AniList profile with a "Date started" already set.
- Open PowerShell and run a command to update its progress or score, for example:
chibi update <id> --progress 5 (or even without a flag).
- Check the updated entry via the AniList website.
- See that the "Date started" field is now completely blank/removed.
Expected behavior
The chibi update command should only update the explicitly provided fields (like progress, status, or score) and preserve existing data on the AniList servers, including the "Date started" field.
Error Message/Screenshot
No error message is displayed in the terminal. The CLI outputs a successful update message.
Desktop (please complete the following information):
- OS: Windows 11 (x64)
- Terminal Emulator: Windows Terminal (PowerShell)
- Version: 25H2
Describe the bug
When modifying a list entry using the
chibi updatecommand, the "Date started" field for that specific anime is unintentionally cleared/removed from my AniList profile.To Reproduce
Steps to reproduce the behavior:
chibi update <id> --progress 5(or even without a flag).Expected behavior
The
chibi updatecommand should only update the explicitly provided fields (like progress, status, or score) and preserve existing data on the AniList servers, including the "Date started" field.Error Message/Screenshot
No error message is displayed in the terminal. The CLI outputs a successful update message.
Desktop (please complete the following information):