mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-24 07:30:57 +01:00
fix subtitle position after seek in chrome
This commit is contained in:
parent
2002b0ef39
commit
dacdfd272a
8 changed files with 30 additions and 5 deletions
|
|
@ -44,6 +44,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
public int? CpuCoreLimit { get; set; }
|
||||
public bool ReadInputAtNativeFramerate { get; set; }
|
||||
public SubtitleDeliveryMethod SubtitleMethod { get; set; }
|
||||
public bool CopyTimestamps { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether this instance has fixed resolution.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue