replace channel_list_mine with channel_list
This commit is contained in:
parent
a12de349e0
commit
5766b20020
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ export function doFetchChannelListMine() {
|
|||
});
|
||||
};
|
||||
|
||||
lbry.channel_list_mine().then(callback);
|
||||
lbry.channel_list().then(callback);
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue