Skip to content

Commit

Permalink
QML UI: Show "Added to playlist" message (pull request 94)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigoberto Calleja authored and thp committed Apr 24, 2013
1 parent dd5ac34 commit 4ae67aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions share/gpodder/ui/qml/Main.qml
Expand Up @@ -165,6 +165,8 @@ Item {
togglePlayback(episode);
} else {
mediaPlayer.enqueueEpisode(episode);
/* Let the user know that the episode was correctly added to the playlist */
main.showMessage(_('Episode added to playlist'));
}
}

Expand Down

0 comments on commit 4ae67aa

Please sign in to comment.