mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-11-04 03:17:00 -05:00 
			
		
		
		
	feat: Added Australia and New Zealand podcast regions
This commit is contained in:
		
							parent
							
								
									858d697d0f
								
							
						
					
					
						commit
						91f17efd5f
					
				@ -42,6 +42,7 @@ Vue.prototype.$languageCodeOptions = Object.keys(languageCodeMap).map((code) =>
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
// iTunes search API uses ISO 3166 country codes: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
 | 
					// iTunes search API uses ISO 3166 country codes: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
 | 
				
			||||||
const podcastSearchRegionMap = {
 | 
					const podcastSearchRegionMap = {
 | 
				
			||||||
 | 
					  au: { label: 'Australia' },
 | 
				
			||||||
  br: { label: 'Brasil' },
 | 
					  br: { label: 'Brasil' },
 | 
				
			||||||
  be: { label: 'België / Belgique / Belgien' },
 | 
					  be: { label: 'België / Belgique / Belgien' },
 | 
				
			||||||
  cz: { label: 'Česko' },
 | 
					  cz: { label: 'Česko' },
 | 
				
			||||||
@ -57,6 +58,7 @@ const podcastSearchRegionMap = {
 | 
				
			|||||||
  hu: { label: 'Magyarország' },
 | 
					  hu: { label: 'Magyarország' },
 | 
				
			||||||
  nl: { label: 'Nederland' },
 | 
					  nl: { label: 'Nederland' },
 | 
				
			||||||
  no: { label: 'Norge' },
 | 
					  no: { label: 'Norge' },
 | 
				
			||||||
 | 
					  nz: { label: 'New Zealand' },
 | 
				
			||||||
  at: { label: 'Österreich' },
 | 
					  at: { label: 'Österreich' },
 | 
				
			||||||
  pl: { label: 'Polska' },
 | 
					  pl: { label: 'Polska' },
 | 
				
			||||||
  pt: { label: 'Portugal' },
 | 
					  pt: { label: 'Portugal' },
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user