aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Dto/DtoService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-12-25 09:39:46 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-12-25 09:39:46 -0500
commitbb5e6fdcad9e92b58b754075b8df2387590aeaaf (patch)
tree204cf2dd5cd66b838d58cfa0049e0cc123c6b0c3 /MediaBrowser.Server.Implementations/Dto/DtoService.cs
parentb5fa341e084247546856683b82823dd6a23745aa (diff)
hook up roku session controller + web client layout fixes
Diffstat (limited to 'MediaBrowser.Server.Implementations/Dto/DtoService.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Dto/DtoService.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Dto/DtoService.cs b/MediaBrowser.Server.Implementations/Dto/DtoService.cs
index 1060886a8..d5faa25bf 100644
--- a/MediaBrowser.Server.Implementations/Dto/DtoService.cs
+++ b/MediaBrowser.Server.Implementations/Dto/DtoService.cs
@@ -243,7 +243,8 @@ namespace MediaBrowser.Server.Implementations.Dto
NowViewingItemType = session.NowViewingItemType,
ApplicationVersion = session.ApplicationVersion,
CanSeek = session.CanSeek,
- QueueableMediaTypes = session.QueueableMediaTypes
+ QueueableMediaTypes = session.QueueableMediaTypes,
+ RemoteEndPoint = session.RemoteEndPoint
};
if (session.NowPlayingItem != null)