tangled
alpha
login
or
join now
tokono.ma
/
diffuse
5
fork
atom
A music player that connects to your cloud/distributed storage.
5
fork
atom
overview
issues
4
pulls
pipelines
chore: remove logs
Steven Vandevelde
2 months ago
ae7e5890
49d7032c
-12
1 changed file
expand all
collapse all
unified
split
src
components
configurator
output
element.js
-12
src/components/configurator/output/element.js
···
73
73
async connectedCallback() {
74
74
super.connectedCallback();
75
75
this.#selectedOutput.value = await this.#findSelectedOutput();
76
76
-
77
77
-
this.effect(() => {
78
78
-
console.log("selectedOutput changed", this.#selectedOutput.value);
79
79
-
});
80
80
-
81
81
-
this.effect(() => {
82
82
-
console.log("collection changed", this.tracks.collection());
83
83
-
});
84
84
-
85
85
-
this.effect(() => {
86
86
-
console.log("state changed", this.tracks.state());
87
87
-
});
88
76
}
89
77
90
78
// MISC