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,7 +2,10 @@
|
||||
|
||||
export default class QueueRemoveItemsRequest {
|
||||
constructor (itemIdsToRemove) {
|
||||
this.customData = {};
|
||||
this.customData = null;
|
||||
this.itemIds = itemIdsToRemove;
|
||||
this.requestId = null;
|
||||
this.sessionId = null;
|
||||
this.type = "QUEUE_REMOVE";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user