diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/lib.rs b/client/src/lib.rs index 96c39b6..d3172fd 100644 --- a/client/src/lib.rs +++ b/client/src/lib.rs @@ -165,7 +165,7 @@ impl Session { pub fn stream_url(&self, id: NodeIDOrSlug, stream_spec: &StreamSpec) -> String { format!( - "{}/n/{}/stream?{}&{}", + "{}/n/{}/stream{}&{}", self.instance.base(), id, stream_spec.to_query(), |