display timestamp info

This commit is contained in:
Luke Pulverenti
2014-04-24 22:45:06 -04:00
parent eca1ba0b12
commit 1544b7bf9c
11 changed files with 42 additions and 29 deletions

View File

@@ -37,8 +37,8 @@ namespace MediaBrowser.Model.MediaInfo
public enum TransportStreamTimestamp
{
NONE,
ZERO,
VALID
None,
Zero,
Valid
}
}