fix channel description
This commit is contained in:
parent
c53cf4c1b3
commit
d4ca71a89d
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ func (s *Sync) ensureChannelOwnership() error {
|
||||||
var c *jsonrpc.TransactionSummary
|
var c *jsonrpc.TransactionSummary
|
||||||
claimCreateOptions := jsonrpc.ClaimCreateOptions{
|
claimCreateOptions := jsonrpc.ClaimCreateOptions{
|
||||||
Title: &channelInfo.Microformat.MicroformatDataRenderer.Title,
|
Title: &channelInfo.Microformat.MicroformatDataRenderer.Title,
|
||||||
Description: &channelInfo.Microformat.MicroformatDataRenderer.Description,
|
Description: &channelInfo.Metadata.ChannelMetadataRenderer.Description,
|
||||||
Tags: tags_manager.GetTagsForChannel(s.DbChannelData.ChannelId),
|
Tags: tags_manager.GetTagsForChannel(s.DbChannelData.ChannelId),
|
||||||
Languages: languages,
|
Languages: languages,
|
||||||
Locations: locations,
|
Locations: locations,
|
||||||
|
|
Loading…
Reference in a new issue