Moved eveything related to the api to a seperate folder seasoned_api.
This commit is contained in:
13
seasoned_api/src/media_classes/mediaInfo.js
Normal file
13
seasoned_api/src/media_classes/mediaInfo.js
Normal file
@@ -0,0 +1,13 @@
|
||||
class MediaInfo {
|
||||
constructor(device, platform) {
|
||||
this.device = undefined;
|
||||
this.platform = undefined;
|
||||
this.ip = undefined;
|
||||
this.product = undefined;
|
||||
this.title = undefined;
|
||||
this.state = undefined;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = MediaInfo;
|
||||
Reference in New Issue
Block a user