From 5a4ede570e84ade5f3ef2b1fd8e1386d16980029 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stefan=20K=C3=B6gl?= Date: Fri, 31 Jan 2014 16:46:12 +0100 Subject: [PATCH] fix PodcastGroup results of podcast_by_id_uncached() --- mygpo/db/couchdb/podcast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mygpo/db/couchdb/podcast.py b/mygpo/db/couchdb/podcast.py index ac48ec25..5f970409 100644 --- a/mygpo/db/couchdb/podcast.py +++ b/mygpo/db/couchdb/podcast.py @@ -104,7 +104,7 @@ def podcast_by_id_uncached(podcast_id, current_id=False): podcast = get_single_result(db, 'podcasts/by_id', key = podcast_id, include_docs = True, - wrapper = _wrap_podcast_group_key1, + wrapper = _wrap_podcast_group, ) if not podcast: -- 2.11.4.GIT