diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-01-04 22:50:29 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-01-04 22:50:29 -0500 |
| commit | 4d4ea6e42c39c20a8d8b7767dcb1bd4dc00b1bb8 (patch) | |
| tree | 1c74d66fe1c7f3e94af50d454c203d26434d8878 /MediaBrowser.Controller/LiveTv/LiveStreamInfo.cs | |
| parent | 2788d8d201afdfdb65074fe7d922f62ec5aaf94b (diff) | |
updated ffmpeg
Diffstat (limited to 'MediaBrowser.Controller/LiveTv/LiveStreamInfo.cs')
| -rw-r--r-- | MediaBrowser.Controller/LiveTv/LiveStreamInfo.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/LiveTv/LiveStreamInfo.cs b/MediaBrowser.Controller/LiveTv/LiveStreamInfo.cs index ba480f685..8e1f94178 100644 --- a/MediaBrowser.Controller/LiveTv/LiveStreamInfo.cs +++ b/MediaBrowser.Controller/LiveTv/LiveStreamInfo.cs @@ -14,5 +14,11 @@ namespace MediaBrowser.Controller.LiveTv /// </summary> /// <value>The URL.</value> public string Url { get; set; } + + /// <summary> + /// Gets or sets the identifier. + /// </summary> + /// <value>The identifier.</value> + public string Id { get; set; } } } |
