mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-03 19:17:24 -05:00 
			
		
		
		
	chore(artist-split): add more artists to split whitelist
This commit is contained in:
		
							parent
							
								
									83605affa0
								
							
						
					
					
						commit
						4a3f1a51d2
					
				@ -44,9 +44,11 @@ namespace MediaBrowser.MediaEncoding.Probing
 | 
				
			|||||||
        private IReadOnlyList<string> SplitWhitelist => _splitWhiteList ??= new string[]
 | 
					        private IReadOnlyList<string> SplitWhitelist => _splitWhiteList ??= new string[]
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "AC/DC",
 | 
					            "AC/DC",
 | 
				
			||||||
 | 
					            "As/Hi Soundworks",
 | 
				
			||||||
            "Au/Ra",
 | 
					            "Au/Ra",
 | 
				
			||||||
            "Bremer/McCoy",
 | 
					            "Bremer/McCoy",
 | 
				
			||||||
            "이달의 소녀 1/3",
 | 
					            "이달의 소녀 1/3",
 | 
				
			||||||
 | 
					            "R!N / Gemie",
 | 
				
			||||||
            "LOONA 1/3",
 | 
					            "LOONA 1/3",
 | 
				
			||||||
            "LOONA / yyxy",
 | 
					            "LOONA / yyxy",
 | 
				
			||||||
            "LOONA / ODD EYE CIRCLE",
 | 
					            "LOONA / ODD EYE CIRCLE",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user