mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-04 03:27:21 -05:00 
			
		
		
		
	Update PlayToController.cs
This commit is contained in:
		
							parent
							
								
									4c6b60d69d
								
							
						
					
					
						commit
						a9864368c4
					
				@ -886,7 +886,10 @@ namespace Emby.Dlna.PlayTo
 | 
			
		||||
                    return null;
 | 
			
		||||
                }
 | 
			
		||||
 | 
			
		||||
                if (_mediaSourceManager != null)
 | 
			
		||||
                {
 | 
			
		||||
                    mediaSource = await _mediaSourceManager.GetMediaSource(Item, MediaSourceId, LiveStreamId, false, cancellationToken).ConfigureAwait(false);
 | 
			
		||||
                }
 | 
			
		||||
 | 
			
		||||
                return mediaSource;
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user