From 5766b200204666c45d4cf0b316e525a55a2de956 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Thu, 23 Nov 2017 23:35:45 -0500 Subject: [PATCH] replace channel_list_mine with channel_list --- ui/js/redux/actions/content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/js/redux/actions/content.js b/ui/js/redux/actions/content.js index ab3b630a8..d1a1fe4f8 100644 --- a/ui/js/redux/actions/content.js +++ b/ui/js/redux/actions/content.js @@ -444,7 +444,7 @@ export function doFetchChannelListMine() { }); }; - lbry.channel_list_mine().then(callback); + lbry.channel_list().then(callback); }; } -- 2.45.3