mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-29 11:02:14 +01:00
display timestamp info
This commit is contained in:
@@ -31,7 +31,7 @@ namespace MediaBrowser.Model.Dto
|
||||
|
||||
public int? Bitrate { get; set; }
|
||||
|
||||
public TransportStreamTimestamp Timestamp { get; set; }
|
||||
public TransportStreamTimestamp? Timestamp { get; set; }
|
||||
|
||||
public MediaSourceInfo()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user