Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Reformat album_tracks.rs
  • Loading branch information
Ricardo-HE committed Jun 22, 2020
commit b806deb694b19b03eb132a13dd7229aeddfb8e61
2 changes: 1 addition & 1 deletion src/handlers/album_tracks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ fn handle_save_album_event(app: &mut App) {
AlbumTableContext::Simplified => {
if let Some(selected_album_simplified) = app.selected_album_simplified.clone() {
if let Some(album_id) = selected_album_simplified.album.id {
app.dispatch(IoEvent::CurrentUserSavedAlbumAdd(album_id));
app.dispatch(IoEvent::CurrentUserSavedAlbumAdd(album_id));
};
};
}
Expand Down