|  | @@ -38,6 +38,25 @@ namespace MediaBrowser.Controller.Library
 | 
	
		
			
				|  |  |          /// <returns>IEnumerable<MediaStream>.</returns>
 | 
	
		
			
				|  |  |          List<MediaStream> GetMediaStreams(MediaStreamQuery query);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +        /// <summary>
 | 
	
		
			
				|  |  | +        /// Gets the media attachments.
 | 
	
		
			
				|  |  | +        /// </summary>
 | 
	
		
			
				|  |  | +        /// <param name="">The item identifier.</param>
 | 
	
		
			
				|  |  | +        /// <returns>IEnumerable<MediaAttachment>.</returns>
 | 
	
		
			
				|  |  | +        List<MediaAttachment> GetMediaAttachments(Guid itemId);
 | 
	
		
			
				|  |  | +        /// <summary>
 | 
	
		
			
				|  |  | +        /// Gets the media attachments.
 | 
	
		
			
				|  |  | +        /// </summary>
 | 
	
		
			
				|  |  | +        /// <param name="">The The media source identifier.</param>
 | 
	
		
			
				|  |  | +        /// <returns>IEnumerable<MediaAttachment>.</returns>
 | 
	
		
			
				|  |  | +        List<MediaAttachment> GetMediaAttachments(string mediaSourceId);
 | 
	
		
			
				|  |  | +        /// <summary>
 | 
	
		
			
				|  |  | +        /// Gets the media attachments.
 | 
	
		
			
				|  |  | +        /// </summary>
 | 
	
		
			
				|  |  | +        /// <param name="">The query.</param>
 | 
	
		
			
				|  |  | +        /// <returns>IEnumerable<MediaAttachment>.</returns>
 | 
	
		
			
				|  |  | +        List<MediaAttachment> GetMediaAttachments(MediaAttachmentQuery query);
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |          /// <summary>
 | 
	
		
			
				|  |  |          /// Gets the playack media sources.
 | 
	
		
			
				|  |  |          /// </summary>
 |