Merge branch 'master' into addDownloadQueue

This commit is contained in:
mfcar
2023-03-04 22:00:18 +00:00
6 changed files with 33 additions and 14 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" }
]
}
}