code quality

This commit is contained in:
bkfox
2023-03-13 17:47:00 +01:00
parent 934817da8a
commit 112770eddf
162 changed files with 4798 additions and 4069 deletions

View File

@ -13,7 +13,7 @@ export default {
...(AdminApp.props || {}),
apiUrl: String,
},
data() {
return {
// current streamer
@ -28,7 +28,7 @@ export default {
computed: {
...(AdminApp.computed || {}),
sources() {
var sources = this.streamer ? this.streamer.sources : [];
return sources.filter(s => s.data)
@ -56,5 +56,3 @@ export default {
clearInterval(this.fetchInterval)
}
}

View File

@ -16,7 +16,7 @@ export default {
props: {
apiUrl: String,
},
data() {
return {
// current streamer