From 4253d85d6ad43b71157c95c6b2b2696cfed9d067 Mon Sep 17 00:00:00 2001 From: Afterster Date: Tue, 28 Jan 2014 22:40:02 +0100 Subject: [PATCH] Fix https://github.com/ampache/ampache/issues/104 --- lib/class/api.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/class/api.class.php b/lib/class/api.class.php index 76083382f3..92dcb221e4 100644 --- a/lib/class/api.class.php +++ b/lib/class/api.class.php @@ -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();