Skip to content

Commit

Permalink
QML UI: Filters for unfinished downloads (bug 1655)
Browse files Browse the repository at this point in the history
  • Loading branch information
thp committed Sep 24, 2012
1 parent c259924 commit c665edb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gpodder/qmlui/__init__.py
Expand Up @@ -68,6 +68,8 @@
(_('Finished'), 'finished'),
(_('Archived'), 'downloaded and archive'),
(_('Videos'), 'video'),
(_('Partially played'), 'downloaded and played and not finished'),
(_('Unplayed downloads'), 'downloaded and not played'),
]


Expand Down

0 comments on commit c665edb

Please sign in to comment.