Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
thedtvn committed Jan 20, 2024
1 parent 90a682b commit 9e1636a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/obj_event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ impl EventHandler for Callback {
"d": false
})
}
songbird::tracks::PlayMode::Stop | songbird::tracks::PlayMode::End => {
songbird::tracks::PlayMode::End => {
sucsess_stop
}
songbird::tracks::PlayMode::Errored(err ) => {
Expand Down

0 comments on commit 9e1636a

Please sign in to comment.