Update to librespot 0.4.0
Changes: https://github.com/librespot-org/librespot/compare/v0.3.1..v0.4.0
This commit is contained in:
@@ -27,7 +27,7 @@ impl LibraryView {
|
||||
.values()
|
||||
.library_tabs
|
||||
.clone()
|
||||
.unwrap_or(Vec::from_iter(LibraryTab::iter()));
|
||||
.unwrap_or_else(|| Vec::from_iter(LibraryTab::iter()));
|
||||
|
||||
for tab in selected_tabs {
|
||||
match tab {
|
||||
|
||||
Reference in New Issue
Block a user