Skip to content

Commit

Permalink
Maemo: Only create playlist for > 1 items
Browse files Browse the repository at this point in the history
  • Loading branch information
thp committed Oct 29, 2010
1 parent 2ccd3f5 commit 124960c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gpodder/gui.py
Expand Up @@ -2249,7 +2249,7 @@ def on_error(err):

# Open episodes with system default player
if 'default' in groups:
if gpodder.ui.maemo:
if gpodder.ui.maemo and len(groups['default']) > 1:
# The Nokia Media Player app does not support receiving multiple
# file names via D-Bus, so we simply place all file names into a
# temporary M3U playlist and open that with the Media Player.
Expand Down

0 comments on commit 124960c

Please sign in to comment.