mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-10-31 02:27:18 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			224 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			224 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| 
 | |
| namespace MediaBrowser.Controller.Entities.Audio
 | |
| {
 | |
|     public interface IHasAlbumArtist
 | |
|     {
 | |
|         string AlbumArtist { get; }
 | |
|     }
 | |
| 
 | |
|     public interface IHasArtist
 | |
|     {
 | |
|         bool HasArtist(string name);
 | |
|     }
 | |
| }
 |