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