From e89d4e605bfa365958fb7c4968c5c01d6b172ee2 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 14 Apr 2014 23:54:52 -0400 Subject: support theme songs in the web client --- MediaBrowser.Model/Session/SessionInfoDto.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MediaBrowser.Model/Session') diff --git a/MediaBrowser.Model/Session/SessionInfoDto.cs b/MediaBrowser.Model/Session/SessionInfoDto.cs index f235cebb3..df7bdd7ec 100644 --- a/MediaBrowser.Model/Session/SessionInfoDto.cs +++ b/MediaBrowser.Model/Session/SessionInfoDto.cs @@ -51,6 +51,12 @@ namespace MediaBrowser.Model.Session /// The user id. public string UserId { get; set; } + /// + /// Gets or sets the user primary image tag. + /// + /// The user primary image tag. + public Guid? UserPrimaryImageTag { get; set; } + /// /// Gets or sets the name of the user. /// -- cgit v1.2.3