Skip to content

Commit

Permalink
Merge pull request #367 from RatkoR/add_missing_observables
Browse files Browse the repository at this point in the history
Adds missing observables for start and end of ads.
  • Loading branch information
Elecash authored Jan 17, 2017
2 parents b2b4b0a + 9204196 commit 94acde9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/vg-media/i-playable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,8 @@ export interface IMediaSubscriptions {
timeUpdate: Observable<any>;
volumeChange: Observable<any>;
waiting: Observable<any>;

// to observe the ads
startAds: Observable<any>;
endAds: Observable<any>;
}

0 comments on commit 94acde9

Please sign in to comment.