mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-10-31 10:37:22 -04:00 
			
		
		
		
	Added values to EmbeddedSubtitleOptions enum
This commit is contained in:
		
							parent
							
								
									91d143d6ee
								
							
						
					
					
						commit
						b7cab46b4a
					
				| @ -9,22 +9,22 @@ namespace MediaBrowser.Model.Configuration | ||||
|         /// <summary> | ||||
|         /// Allow all embedded subs. | ||||
|         /// </summary> | ||||
|         AllowAll, | ||||
|         AllowAll = 0, | ||||
| 
 | ||||
|         /// <summary> | ||||
|         /// Allow only embedded subs that are text based. | ||||
|         /// </summary> | ||||
|         AllowText, | ||||
|         AllowText = 1, | ||||
| 
 | ||||
|         /// <summary> | ||||
|         /// Allow only embedded subs that are image based. | ||||
|         /// </summary> | ||||
|         AllowImage, | ||||
|         AllowImage = 2, | ||||
| 
 | ||||
|         /// <summary> | ||||
|         /// Disable all embedded subs. | ||||
|         /// </summary> | ||||
|         AllowNone, | ||||
|         AllowNone = 3, | ||||
|     } | ||||
| 
 | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user