Skip to content

Commit 4dbed6e

Browse files
committed
Remove support for SpotifyUri::Artist / SpotifyUri::Show
In order to reflect what the official apps are offering to the user.
1 parent e757017 commit 4dbed6e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

connect/src/spirc.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,8 +403,6 @@ impl Spirc {
403403
| SpotifyUri::Episode { .. }
404404
| SpotifyUri::Album { .. }
405405
| SpotifyUri::Playlist { .. }
406-
| SpotifyUri::Artist { .. }
407-
| SpotifyUri::Show { .. }
408406
) {
409407
return Err(Error::invalid_argument("uri"));
410408
}

0 commit comments

Comments
 (0)