diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-27 22:19:20 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-27 22:19:20 -0400 |
| commit | d12bcc2d249bce7f04c7927058366dff49161098 (patch) | |
| tree | 288c9035e60f57dc288901abc2e6d1c80d3ce5c4 /MediaBrowser.Model/Entities | |
| parent | d8cbd649176566dbdcc49e72d0fa2ddd4f25d536 (diff) | |
sync updates
Diffstat (limited to 'MediaBrowser.Model/Entities')
| -rw-r--r-- | MediaBrowser.Model/Entities/MediaStream.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Entities/MediaStream.cs b/MediaBrowser.Model/Entities/MediaStream.cs index 4af32bb50..66fb48628 100644 --- a/MediaBrowser.Model/Entities/MediaStream.cs +++ b/MediaBrowser.Model/Entities/MediaStream.cs @@ -169,6 +169,12 @@ namespace MediaBrowser.Model.Entities public string Path { get; set; } /// <summary> + /// Gets or sets the external identifier. + /// </summary> + /// <value>The external identifier.</value> + public string ExternalId { get; set; } + + /// <summary> /// Gets or sets the pixel format. /// </summary> /// <value>The pixel format.</value> |
