aboutsummaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-02-28 13:52:41 +0100
committermetamuffin <metamuffin@disroot.org>2025-02-28 13:52:41 +0100
commitf0dbf139d8708194d1ff7e887b1dff48ccc166fa (patch)
treec88a1ae37f404a243ded8a9548fe260d2cc26832 /client
parent26d3a70b0be2809177076e155f987e18e2b2ceb2 (diff)
downloadjellything-f0dbf139d8708194d1ff7e887b1dff48ccc166fa.tar
jellything-f0dbf139d8708194d1ff7e887b1dff48ccc166fa.tar.bz2
jellything-f0dbf139d8708194d1ff7e887b1dff48ccc166fa.tar.zst
spec + break things
Diffstat (limited to 'client')
-rw-r--r--client/src/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/lib.rs b/client/src/lib.rs
index 96c39b6..1497e45 100644
--- a/client/src/lib.rs
+++ b/client/src/lib.rs
@@ -168,7 +168,8 @@ impl Session {
"{}/n/{}/stream?{}&{}",
self.instance.base(),
id,
- stream_spec.to_query(),
+ todo!(),
+ // stream_spec.to_query(),
self.session_param()
)
}