mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01:00 
			
		
		
		
	Fix incorrect tags when blocking public feeds
This commit is contained in:
		
							parent
							
								
									f0edea5d52
								
							
						
					
					
						commit
						3a7fd0bcc9
					
				@ -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" }
 | 
			
		||||
      ]
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user