playsrg-apple
playsrg-apple copied to clipboard
PLAYRTS-5580 - Fix titles in podcast section of radios
Description
Section titles in Podcast channels (present for RTS and RSI) were misleading since they mentioned "shows" in their strings or terminology associated with radio.
This PR fixes this.
Changes Made
- The remote config object for radios now hold a new property
showType
which can be eithershow
orpodcast
- This new property is parsed
- Then the enums associated with determining the titles are set properly to be able to differentiate between the two types of channels
Checklist
- [x] I have followed the project's style guidelines.
- [x] I have performed a self-review of my own changes.
- [x] I have made corresponding changes to the documentation.
- [x] My changes do not generate new warnings.
- [x] I have tested my changes and I am confident that it works as expected and doesn't introduce any known regressions.
- [x] I have reviewed the contribution guidelines.