[MERGE AFTER lbry@19 upgrade] replace channel_list_mine with channel_list #782

Closed
neb-b wants to merge 1 commit from deprecation-updates into master

View file

@ -444,7 +444,7 @@ export function doFetchChannelListMine() {
}); });
}; };
lbry.channel_list_mine().then(callback); lbry.channel_list().then(callback);
}; };
} }