diff options
author | metamuffin <metamuffin@disroot.org> | 2025-02-28 13:52:41 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-02-28 13:52:41 +0100 |
commit | f0dbf139d8708194d1ff7e887b1dff48ccc166fa (patch) | |
tree | c88a1ae37f404a243ded8a9548fe260d2cc26832 /client/src | |
parent | 26d3a70b0be2809177076e155f987e18e2b2ceb2 (diff) | |
download | jellything-f0dbf139d8708194d1ff7e887b1dff48ccc166fa.tar jellything-f0dbf139d8708194d1ff7e887b1dff48ccc166fa.tar.bz2 jellything-f0dbf139d8708194d1ff7e887b1dff48ccc166fa.tar.zst |
spec + break things
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/lib.rs | 3 |
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() ) } |