Skip to content

Commit

Permalink
syncAll should work even if no podcast is selected
Browse files Browse the repository at this point in the history
  • Loading branch information
gilcu3 committed Mar 14, 2024
1 parent 8b4d098 commit d517572
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ui/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -321,9 +321,7 @@ impl<'a> Ui<'a> {
}
}
Some(UserAction::SyncAll) => {
if curr_pod_id.is_some() {
return UiMsg::SyncAll;
}
return UiMsg::SyncAll;
}

Some(UserAction::Play) => {
Expand Down

0 comments on commit d517572

Please sign in to comment.