SchedulesDirect / JSON-Service

Code related to download, slice-and-dice and generation of JSON into database.
36 stars 5 forks source link

BUG: name and location fields wrong for QAM lineups #39

Open kgroeneveld opened 9 years ago

kgroeneveld commented 9 years ago

The "name" and "location" fields contain data from the previous lineup in the case of QAM lineups. For example here is the current response to /20140530/lineups on my account: {"serverID":"20140530.2","datetime":"2014-11-12T02:03:21Z","lineups":[{"name":"Local","type":"Antenna","location":"M5G2C2","uri":"\/20140530\/lineups\/CAN-OTA-M5G2C2"},{"name":"Local","type":"QAM","location":"M5G2C2","uri":"\/20140530\/lineups\/USA-AR03460-QAM"},{"name":"DISH Los Angeles","type":"Satellite","location":"Los Angeles","uri":"\/20140530\/lineups\/USA-DISH803-DEFAULT"},{"name":"Local","type":"Antenna","location":"14201","uri":"\/20140530\/lineups\/USA-OTA-14201"}]}