mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-13 02:49:58 +00:00
Fix chrome.cast.media class implementations
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
export default class SeekRequest {
|
||||
constructor () {
|
||||
this.currentTime = null;
|
||||
this.customData = {};
|
||||
this.customData = null;
|
||||
this.resumeState = null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user