achtnullzwei / A1TV_EPG

EPG to XMLTV via A1 TV Mobile API
1 stars 0 forks source link

#20. Implemented a check routine on station names #21

Closed achtnullzwei closed 4 years ago

achtnullzwei commented 4 years ago

There was a difference in the stations available in the playlist and in the JSON response of the query. Implemented a routine that checks for existence of a given station name within the playlist before trying to add it in the dictionary. This should have been done in the first place to avoid such an issue.