mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 08:15:28 +03:00
fixes #797 - Determine mpeg2ts timestamp info
This commit is contained in:
@@ -1435,6 +1435,9 @@ namespace MediaBrowser.Api.Playback
|
||||
state.PlayableStreamFileNames = video.PlayableStreamFileNames == null
|
||||
? new List<string>()
|
||||
: video.PlayableStreamFileNames.ToList();
|
||||
|
||||
state.DeInterlace = string.Equals(video.Container, "wtv", StringComparison.OrdinalIgnoreCase);
|
||||
state.InputTimestamp = video.Timestamp;
|
||||
}
|
||||
|
||||
state.RunTimeTicks = item.RunTimeTicks;
|
||||
|
||||
Reference in New Issue
Block a user