mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-02 22:08:27 +01:00
display timestamp info
This commit is contained in:
@@ -37,7 +37,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
/// Gets or sets the timestamp.
|
||||
/// </summary>
|
||||
/// <value>The timestamp.</value>
|
||||
public TransportStreamTimestamp Timestamp { get; set; }
|
||||
public TransportStreamTimestamp? Timestamp { get; set; }
|
||||
|
||||
public Video()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user