forked from rc/aircox
streamer as separate application; working streamer monitor interface
This commit is contained in:
10
assets/public/sound.js
Normal file
10
assets/public/sound.js
Normal file
@ -0,0 +1,10 @@
|
||||
import Model from './model';
|
||||
|
||||
|
||||
export default class Sound extends Model {
|
||||
get name() { return this.data.name }
|
||||
|
||||
static getId(data) { return data.pk }
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user