Update comment for ListenBrainz::playing_now

This commit is contained in:
Koen Bolhuis 2021-01-30 02:31:57 +01:00
parent c6a2cbc55b
commit fd9c7823d7
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ impl ListenBrainz {
self.submit_listen(ListenType::Single, Some(now), artist, track, release) self.submit_listen(ListenType::Single, Some(now), artist, track, release)
} }
/// Submit a currently playing track. /// Submit a currently playing track. This requires authentication.
/// ///
/// # Errors /// # Errors
/// ///