Merge branch 'master' into addNextScheduleInfo

This commit is contained in:
mfcar 2023-03-04 11:09:35 +00:00
commit d8b6e09bc0
No known key found for this signature in database
5 changed files with 31 additions and 12 deletions

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