fix: use url-safe base64, rename channel_info2 operation
This commit is contained in:
parent
b0a0df50b4
commit
342780ef68
3 changed files with 4 additions and 4 deletions
|
|
@ -189,7 +189,7 @@ impl RustyPipeQuery {
|
|||
|
||||
self.execute_request::<response::ChannelAbout, _, _>(
|
||||
ClientType::Desktop,
|
||||
"channel_info2",
|
||||
"channel_info",
|
||||
channel_id,
|
||||
"browse",
|
||||
&request_body,
|
||||
|
|
|
|||
Reference in a new issue