Merge branch 'master' into addNextScheduleInfo

This commit is contained in:
mfcar
2023-03-04 11:09:35 +00:00
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" }
]
}
}