mirror of
https://github.com/mii443/rust.git
synced 2025-08-22 16:25:37 +00:00
add pub to audio query
This commit is contained in:
@ -4,7 +4,7 @@ use reqwest::Result;
|
||||
|
||||
pub struct AudioQuery {
|
||||
restapi: RestAPI,
|
||||
audio_query: AudioQueryType,
|
||||
pub audio_query: AudioQueryType,
|
||||
}
|
||||
|
||||
impl AudioQuery {
|
||||
|
Reference in New Issue
Block a user