diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-04-24 22:45:06 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-04-24 22:45:06 -0400 |
| commit | 1544b7bf9ce3221aec47da22a76e171f6714ce26 (patch) | |
| tree | a737f44f8cf44162ff264887c0b234cf17c6023e /MediaBrowser.Controller/Entities/Video.cs | |
| parent | eca1ba0b12da195dff3c31ffb799e4e3a7b5b5b9 (diff) | |
display timestamp info
Diffstat (limited to 'MediaBrowser.Controller/Entities/Video.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/Video.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/Video.cs b/MediaBrowser.Controller/Entities/Video.cs index bfb306b31..d4547c713 100644 --- a/MediaBrowser.Controller/Entities/Video.cs +++ b/MediaBrowser.Controller/Entities/Video.cs @@ -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() { |
