| 
					
				 | 
			
			
				@@ -117,7 +117,8 @@ public class LyricScheduledTask : IScheduledTask 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                         MediaPath = audioItem.Path, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                         SongName = audioItem.Name, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                         AlbumName = audioItem.Album, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                        ArtistNames = audioItem.GetAllArtists().ToList(), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                        AlbumArtistsNames = audioItem.AlbumArtists, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                        ArtistNames = audioItem.Artists, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                         Duration = audioItem.RunTimeTicks, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                         IsAutomated = true, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                         DisabledLyricFetchers = libraryOptions.DisabledLyricFetchers, 
			 |