mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 12:58:28 +01:00
fixes #797 - Determine mpeg2ts timestamp info
This commit is contained in:
@@ -34,4 +34,11 @@ namespace MediaBrowser.Model.MediaInfo
|
||||
/// <value>The chapters.</value>
|
||||
public List<double> Chapters { get; set; }
|
||||
}
|
||||
|
||||
public enum TransportStreamTimestamp
|
||||
{
|
||||
NONE,
|
||||
ZERO,
|
||||
VALID
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user