Skip to content

Commit

Permalink
Merge pull request #22 from miguelgonz/add_channel_atoz
Browse files Browse the repository at this point in the history
Add channel a to z
  • Loading branch information
miguelgonz committed Dec 21, 2015
2 parents c72bd0d + 2a6f7ea commit 80b6fda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Fixture.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@ Fixture.findElementsArray = function (feed) {
if (feed.schedule !== undefined)
elementsArray = feed.schedule.elements;

if (feed.channel_programmes !== undefined)
elementsArray = feed.channel_programmes.elements;

if (feed.compilation_groups !== undefined)
elementsArray = feed.compilation_groups.elements;

Expand Down

0 comments on commit 80b6fda

Please sign in to comment.