mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-04 03:27:21 -05:00 
			
		
		
		
	fix dlna subtitles
This commit is contained in:
		
							parent
							
								
									4ba6f3b13d
								
							
						
					
					
						commit
						dcc0438b2a
					
				@ -1518,6 +1518,13 @@ namespace MediaBrowser.Api.Playback
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
                else if (i == 25)
 | 
			
		||||
                {
 | 
			
		||||
                    if (videoRequest != null)
 | 
			
		||||
                    {
 | 
			
		||||
                        videoRequest.ForceLiveStream = string.Equals("true", val, StringComparison.OrdinalIgnoreCase);
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
                else if (i == 26)
 | 
			
		||||
                {
 | 
			
		||||
                    if (!string.IsNullOrWhiteSpace(val) && videoRequest != null)
 | 
			
		||||
                    {
 | 
			
		||||
@ -1528,7 +1535,7 @@ namespace MediaBrowser.Api.Playback
 | 
			
		||||
                        }
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
                else if (i == 26)
 | 
			
		||||
                else if (i == 27)
 | 
			
		||||
                {
 | 
			
		||||
                    request.TranscodingMaxAudioChannels = int.Parse(val, UsCulture);
 | 
			
		||||
                }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user