Symptom
Curated playlist estimated end time shows a date months or years in the future for a playlist that's only ~17 minutes long.
What you know
The CuratedPlaylist class overrides the estimateEndTime method to add the total playlist duration to the current time. The parent Playlist class has a working implementation, but the curated version produces wildly wrong dates.
Hints
TypeScript
TypeScript ready
Test Output
▶
Click "Run Tests" to execute your code