streamer as separate application; working streamer monitor interface

This commit is contained in:
bkfox
2019-09-21 17:14:40 +02:00
parent 4e61ec1520
commit d3f39c5ade
39 changed files with 1347 additions and 148 deletions

10
assets/public/sound.js Normal file
View 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 }
}