Skip to content

Commit

Permalink
qa
Browse files Browse the repository at this point in the history
  • Loading branch information
frett27 committed May 20, 2024
1 parent 4d3eb05 commit 04d9462
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/appplayer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ impl AppPlayer {
// update
for e in &computed {
if e.added_at == p.added_at {
p.additional_informations.clone_from(&e.additional_informations);
p.additional_informations
.clone_from(&e.additional_informations);
}
}
}
Expand Down

0 comments on commit 04d9462

Please sign in to comment.