Moved contents of seasoned_api up to root folder
This commit is contained in:
12
src/media_classes/player.js
Normal file
12
src/media_classes/player.js
Normal file
@@ -0,0 +1,12 @@
|
||||
class Player {
|
||||
constructor(device, address) {
|
||||
this.device = device;
|
||||
this.ip = address;
|
||||
this.platform = undefined;
|
||||
this.product = undefined;
|
||||
this.title = undefined;
|
||||
this.state = undefined;
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = Player;
|
||||
Reference in New Issue
Block a user