diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-06-09 15:26:54 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-06-09 15:26:54 -0400 |
| commit | 282dce7f1060bcaa49ba54f7cf91cd6a7cf3c3a4 (patch) | |
| tree | 873f74c2840026a73297e511353cb3b77c793066 /MediaBrowser.Model/Session/PlaybackStopInfo.cs | |
| parent | d76bcd8473c7a0d554168ea5b05554e2a7e560f7 (diff) | |
normalize session object
Diffstat (limited to 'MediaBrowser.Model/Session/PlaybackStopInfo.cs')
| -rw-r--r-- | MediaBrowser.Model/Session/PlaybackStopInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Model/Session/PlaybackStopInfo.cs b/MediaBrowser.Model/Session/PlaybackStopInfo.cs index 74347f8943..160ef3554a 100644 --- a/MediaBrowser.Model/Session/PlaybackStopInfo.cs +++ b/MediaBrowser.Model/Session/PlaybackStopInfo.cs @@ -1,4 +1,4 @@ -using MediaBrowser.Model.Entities; +using MediaBrowser.Model.Dto; namespace MediaBrowser.Model.Session { @@ -11,7 +11,7 @@ namespace MediaBrowser.Model.Session /// Gets or sets the item. /// </summary> /// <value>The item.</value> - public BaseItemInfo Item { get; set; } + public BaseItemDto Item { get; set; } /// <summary> /// Gets or sets the item identifier. /// </summary> |
