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