Closed Slugger closed 9 years ago
In older apis, a channel map entry for an ATSC channel looked like this:
{ "uhfVhf": 11, "atscMinor": 1, "atscMajor": 11, "stationID": "85778" }
In the new api, uhfVhf is missing. This is required to determine the full physical tuning information for an OTA channel. More importantly to me, I use it as a key to determine what kind of channel I'm dealing with.
This is due to a race condition which I'm currently debugging.
This issue should now be resolved. Please download a new lineup and confirm.
Confirmed.
In older apis, a channel map entry for an ATSC channel looked like this:
{ "uhfVhf": 11, "atscMinor": 1, "atscMajor": 11, "stationID": "85778" }
In the new api, uhfVhf is missing. This is required to determine the full physical tuning information for an OTA channel. More importantly to me, I use it as a key to determine what kind of channel I'm dealing with.