Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix MAL search results not showing start dates (#1098)
The previous approach would always throw an Exception because `SimpleDateFormat.format()` expects the input to be of type `Date` or `Number`, not `String`.
- Loading branch information