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.
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 onTag
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.