clarify description of music_saved_tracks and music_liked_tracks
This commit is contained in:
parent
171c22458d
commit
2677a5bdae
2 changed files with 6 additions and 1 deletions
|
|
@ -123,7 +123,10 @@ impl RustyPipeQuery {
|
|||
Ok(album)
|
||||
}
|
||||
|
||||
/// Get all liked tracks of the logged-in user
|
||||
/// Get all liked YouTube Music tracks of the logged-in user
|
||||
///
|
||||
/// The difference to [`RustyPipeQuery::music_saved_tracks`] is that this function only returns
|
||||
/// tracks that were explicitly liked by the user.
|
||||
///
|
||||
/// Requires authentication cookies.
|
||||
pub async fn music_liked_tracks(&self) -> Result<MusicPlaylist, Error> {
|
||||
|
|
|
|||
Reference in a new issue