Skip to content

Commit

Permalink
Add broadcasts elements feed
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Sidebottom authored and Christopher Sidebottom committed Oct 9, 2014
1 parent 309fe00 commit 8824811
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 @@ -175,6 +175,9 @@ Fixture.findElementsArray = function (feed) {
if (feed.episode_recommendations !== undefined)
elementsArray = feed.episode_recommendations;

if (feed.broadcasts !== undefined)
elementsArray = feed.broadcasts;

if (feed.schedule !== undefined)
elementsArray = feed.schedule;

Expand Down

0 comments on commit 8824811

Please sign in to comment.