feat(FE): webstreams and menu

This commit is contained in:
Michael 2025-07-02 13:13:49 +02:00
parent 438220a664
commit 42dcde7fc9

View file

@ -65,6 +65,8 @@ export function playlist_page() {
item
).then((response) => {
console.log(response)
}).catch((error) => {
console.error("Error: "+error);
})
}