guardian / facia-scala-client

Low level client for the Facia JSON API
Other
2 stars 1 forks source link

Fix Podcast kicker #213

Closed davidfurey closed 5 years ago

davidfurey commented 5 years ago

The result of this change will be that podcasts with series tags will display a kicker in mobile apps. This is particularly desired for the "Today in Focus" series.

The type field on Tag is now a TagType, and stringifies to "Series" so "series" doesn't match.

As part of this PR I've removed any other string comparisons based on tag type that I could find.