update channel search too
This commit is contained in:
parent
1628cca2c1
commit
137bc77d69
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ function ChannelContent(props: Props) {
|
||||||
!showMature ? '&nsfw=false&size=50&from=0' : ''
|
!showMature ? '&nsfw=false&size=50&from=0' : ''
|
||||||
}`
|
}`
|
||||||
)
|
)
|
||||||
.then((results) => {
|
.then(({ body: results }) => {
|
||||||
const urls = results.map(({ name, claimId }) => {
|
const urls = results.map(({ name, claimId }) => {
|
||||||
return `lbry://${name}#${claimId}`;
|
return `lbry://${name}#${claimId}`;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue