Merge pull request #1556 from Weldawadyathink/public_rss_feeds

Fix incorrect tags when blocking public feeds
This commit is contained in:
advplyr 2023-02-27 16:40:18 -06:00 committed by GitHub
commit c847aea0a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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" }
]
}
}