Fix current media time type in BreaksEvent

This commit is contained in:
Craig Bruce
2018-06-08 14:25:02 +10:00
parent caaaebc65f
commit f9ec668d59

View File

@@ -378,7 +378,7 @@ declare namespace cast.framework.events {
/**
* The time in the currently playing media when the break event occurred.
*/
currentMediaTime?: string;
currentMediaTime?: number;
/**
* The reason the break clip ended.