mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-04 03:27:21 -05:00 
			
		
		
		
	update subtitles for lg
This commit is contained in:
		
							parent
							
								
									3d2f6db1b1
								
							
						
					
					
						commit
						ee6e3b95ca
					
				@ -189,6 +189,15 @@ namespace MediaBrowser.Dlna.Profiles
 | 
				
			|||||||
                   }
 | 
					                   }
 | 
				
			||||||
               }
 | 
					               }
 | 
				
			||||||
           };
 | 
					           };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            SubtitleProfiles = new[]
 | 
				
			||||||
 | 
					            {
 | 
				
			||||||
 | 
					                new SubtitleProfile
 | 
				
			||||||
 | 
					                {
 | 
				
			||||||
 | 
					                    Format = "srt",
 | 
				
			||||||
 | 
					                    Method = SubtitleDeliveryMethod.External
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					            };
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
@ -77,5 +77,7 @@
 | 
				
			|||||||
    </CodecProfile>
 | 
					    </CodecProfile>
 | 
				
			||||||
  </CodecProfiles>
 | 
					  </CodecProfiles>
 | 
				
			||||||
  <ResponseProfiles />
 | 
					  <ResponseProfiles />
 | 
				
			||||||
  <SubtitleProfiles />
 | 
					  <SubtitleProfiles>
 | 
				
			||||||
 | 
					    <SubtitleProfile format="srt" method="External" />
 | 
				
			||||||
 | 
					  </SubtitleProfiles>
 | 
				
			||||||
</Profile>
 | 
					</Profile>
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user