Skip to content

Commit

Permalink
Merge pull request #11 from DaMouse404/broadcasts-elements
Browse files Browse the repository at this point in the history
Add broadcasts elements feed
  • Loading branch information
Mousius committed Oct 9, 2014
2 parents 309fe00 + 8824811 commit 5f3b487
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 5f3b487

Please sign in to comment.