diff options
Diffstat (limited to 'apps/plugins/lastfm_scrobbler_viewer.c')
-rw-r--r-- | apps/plugins/lastfm_scrobbler_viewer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lastfm_scrobbler_viewer.c b/apps/plugins/lastfm_scrobbler_viewer.c index c8b125c293..c35ba64918 100644 --- a/apps/plugins/lastfm_scrobbler_viewer.c +++ b/apps/plugins/lastfm_scrobbler_viewer.c @@ -478,7 +478,7 @@ static int filter_items(struct printcell_data_t *pc_data, {"Exclude Any", -1}, {"Include", -1}, {"Include Case Sensitive", -1}, {"Include Any", -1} }; - if (rb->set_option("Find Type", &option, INT, + if (rb->set_option("Find Type", &option, RB_INT, find_types, 6, NULL)) { return 0; |