Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksongoode committed Jul 12, 2024
1 parent 2019e16 commit c63c452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions psst-gui/src/ui/track.rs
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ pub fn track_menu(
}

if let PlaybackOrigin::Playlist(playlist) = origin {
// do some (hopefully) quick checks to determine if we should give the
// Do some (hopefully) quick checks to determine if we should give the
// option to remove items from this playlist, only allowing it if the
// playlist is collaborative or we are the owner of it
let should_show = {
Expand Down Expand Up @@ -336,7 +336,7 @@ pub fn track_menu(
MenuItem::new(
LocalizedString::new("menu-item-add-to-queue").with_placeholder("Add Track to Queue"),
)
//PlayerCommand
// PlayerCommand
.command(cmd::ADD_TO_QUEUE.with((
QueueEntry {
item: crate::ui::Playable::Track(track.clone()),
Expand Down

0 comments on commit c63c452

Please sign in to comment.