Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Afterster committed Jan 28, 2014
1 parent 253503a commit 4253d85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/class/api.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ public static function playlists($input)

$method = $input['exact'] ? 'exact_match' : 'alpha_match';
Api::set_filter($method,$input['filter']);
$browse->set_filter('playlist_type', '1');

$playlist_ids = self::$browse->get_objects();

Expand Down

0 comments on commit 4253d85

Please sign in to comment.