mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-10-31 02:27:18 -04:00 
			
		
		
		
	add all subtitles to hls manifest
This commit is contained in:
		
							parent
							
								
									5bd44644cc
								
							
						
					
					
						commit
						2254546ea5
					
				| @ -525,7 +525,7 @@ namespace MediaBrowser.Api.Playback.Hls | |||||||
| 
 | 
 | ||||||
|             var subtitleGroup = subtitleStreams.Count > 0 && |             var subtitleGroup = subtitleStreams.Count > 0 && | ||||||
|                 request is GetMasterHlsVideoPlaylist && |                 request is GetMasterHlsVideoPlaylist && | ||||||
|                 ((GetMasterHlsVideoPlaylist)request).SubtitleMethod == SubtitleDeliveryMethod.Hls ? |                 (((GetMasterHlsVideoPlaylist)request).SubtitleMethod == SubtitleDeliveryMethod.Hls || ((GetMasterHlsVideoPlaylist)request).EnableSubtitlesInManifest) ? | ||||||
|                 "subs" : |                 "subs" : | ||||||
|                 null; |                 null; | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -194,6 +194,8 @@ namespace MediaBrowser.Api.Playback | |||||||
| 
 | 
 | ||||||
|         public bool ForceLiveStream { get; set; } |         public bool ForceLiveStream { get; set; } | ||||||
| 
 | 
 | ||||||
|  |         public bool EnableSubtitlesInManifest { get; set; } | ||||||
|  | 
 | ||||||
|         public VideoStreamRequest() |         public VideoStreamRequest() | ||||||
|         { |         { | ||||||
|             EnableAutoStreamCopy = true; |             EnableAutoStreamCopy = true; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user