Fix incorrect tags when blocking public feeds

This commit is contained in:
Spenser Bushey 2023-02-25 09:00:26 -08:00
parent f0edea5d52
commit 3a7fd0bcc9

View File

@ -94,8 +94,8 @@ class FeedMeta {
]
},
{ 'itunes:explicit': !!this.explicit },
{ 'itunes:block': !!this.preventIndexing },
{ 'googleplay:block': !!this.preventIndexing }
{ 'itunes:block': this.preventIndexing?"Yes":"No" },
{ 'googleplay:block': this.preventIndexing?"yes":"no" }
]
}
}