Skip to content

Commit 5b3aebd

Browse files
committed
D'oh 😬
1 parent 0e125e1 commit 5b3aebd

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12-
- [connect] Add method `add_to_queue` to `Spirc` to add tracks, episodes, albums, playlists, artists, and shows to the queue
12+
- [connect] Add method `add_to_queue` to `Spirc` to add tracks, episodes, albums and playlists to the queue
1313
- [playback] Add `AddedToQueue` player event, emitting when a track was added to the queue with `Spirc::add_to_queue`
1414

1515
### Changed

‎connect/src/spirc.rs‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,7 @@ impl Spirc {
394394
///
395395
/// Does nothing if we are not the active device.
396396
///
397-
/// For albums, playlists, artists, and shows, all tracks/episodes are resolved
398-
/// and added to the queue.
397+
/// For albums and playlists, all tracks/episodes are resolved and added to the queue.
399398
pub fn add_to_queue(&self, uri: SpotifyUri) -> Result<(), Error> {
400399
if !matches!(
401400
uri,

0 commit comments

Comments
 (0)