mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-11-04 03:17:00 -05:00 
			
		
		
		
	Merge pull request #1556 from Weldawadyathink/public_rss_feeds
Fix incorrect tags when blocking public feeds
This commit is contained in:
		
						commit
						c847aea0a4
					
				@ -94,8 +94,8 @@ class FeedMeta {
 | 
				
			|||||||
          ]
 | 
					          ]
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        { 'itunes:explicit': !!this.explicit },
 | 
					        { 'itunes:explicit': !!this.explicit },
 | 
				
			||||||
        { 'itunes:block': !!this.preventIndexing },
 | 
					        { 'itunes:block': this.preventIndexing?"Yes":"No" },
 | 
				
			||||||
        { 'googleplay:block': !!this.preventIndexing }
 | 
					        { 'googleplay:block': this.preventIndexing?"yes":"no" }
 | 
				
			||||||
      ]
 | 
					      ]
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user