fix: use response model for search suggestion
This commit is contained in:
parent
f420200f52
commit
20ecea65ef
3 changed files with 12 additions and 8 deletions
|
|
@ -33,6 +33,7 @@ pub(crate) use player::Player;
|
|||
pub(crate) use playlist::Playlist;
|
||||
pub(crate) use playlist::PlaylistCont;
|
||||
pub(crate) use search::Search;
|
||||
pub(crate) use search::SearchSuggestion;
|
||||
pub(crate) use trends::Startpage;
|
||||
pub(crate) use trends::Trending;
|
||||
pub(crate) use url_endpoint::ResolvedUrl;
|
||||
|
|
|
|||
Reference in a new issue