**Issue:** Notify.moe's MAL importer only adds "Currently rewatching" to the rewatch count. **Expected result:** Notify.moe's MAL importer also adds the times it was rewatched to the rewatch count. **Lines where the issue becomes apparent:** https://github.com/animenotifier/notify.moe/blob/daed4146ed099892be59c955436a9323cc591d7e/pages/listimport/listimportmyanimelist/myanimelist.go#L55
Issue: Notify.moe's MAL importer only adds "Currently rewatching" to the rewatch count.
Expected result: Notify.moe's MAL importer also adds the times it was rewatched to the rewatch count.
Lines where the issue becomes apparent:
notify.moe/pages/listimport/listimportmyanimelist/myanimelist.go
Line 55 in daed414