mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 01:59:58 +00:00
Initial commit
This commit is contained in:
9
ext/src/shim/media/classes/QueueInsertItemsRequest.js
Normal file
9
ext/src/shim/media/classes/QueueInsertItemsRequest.js
Normal file
@@ -0,0 +1,9 @@
|
||||
"use strict";
|
||||
|
||||
export default class QueueInsertItemsRequest {
|
||||
constructor (itemsToInsert) {
|
||||
this.customData = {};
|
||||
this.insertBefore = null;
|
||||
this.items = itemsToInsert;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user