mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 10:09:59 +00:00
Fix chrome.cast.media class implementations
This commit is contained in:
@@ -2,8 +2,11 @@
|
||||
|
||||
export default class QueueInsertItemsRequest {
|
||||
constructor (itemsToInsert) {
|
||||
this.customData = {};
|
||||
this.customData = null;
|
||||
this.insertBefore = null;
|
||||
this.items = itemsToInsert;
|
||||
this.requestId = null;
|
||||
this.sessionId = null;
|
||||
this.type = "QUEUE_INSERT";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user