mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 00:25:53 +03:00
[PR #537] [MERGED] Upgrade rspotify to 0.10.0 (Podcast support) #881
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#881
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Rigellute/spotify-tui/pull/537
Author: @Rigellute
Created: 7/24/2020
Status: ✅ Merged
Merged: 8/7/2020
Merged by: @Rigellute
Base:
master← Head:upgrade-rspotify-0.10📝 Commits (1)
87e3152Upgrade rspotify to 0.10.0📊 Changes
10 files changed (+286 additions, -168 deletions)
View changed files
📝
Cargo.lock(+2 -2)📝
Cargo.toml(+1 -1)📝
src/app.rs(+80 -54)📝
src/handlers/basic_view.rs(+15 -6)📝
src/handlers/mod.rs(+28 -11)📝
src/handlers/playbar.rs(+15 -6)📝
src/handlers/search_results.rs(+22 -23)📝
src/handlers/track_table.rs(+0 -2)📝
src/network.rs(+72 -36)📝
src/ui/mod.rs(+51 -27)📄 Description
The latest version of
rspotifybrings support for podcasts!spotify-tui itself still needs to implement searching and playing podcasts, but this PR will enable its development.
This upgrade introduced a number of breaking changes, but thanks to the amazing type system and the Rust compiler, it was fairly easy to just follow the errors for everything to Just Work!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.