UniversalTraveller / capstone-project

https://tagged-podcast-player.vercel.app/
MIT License
0 stars 0 forks source link

Fix Time in Seconds #17

Open UniversalTraveller opened 2 years ago

UniversalTraveller commented 2 years ago

Value Proposition

As a user I want to see the duration of an episode properly formatted So that I don't have to guess what a number like "3495" might mean.

Description

Some podcast feeds like https://wochendaemmerung.de/feed/mp3/ or https://sternengeschichten.podigee.io/rssfeed give the time in seconds instead of the format HH:MM:SS. The podcast player should check for that and convert if necessary.

Acceptance Criteria

Tasks

Complexity

S

RobertBReich commented 2 years ago

Hi Andreas, looks good. 👍

cheers R.