remember display mirroring

This commit is contained in:
Luke Pulverenti
2014-08-25 22:30:52 -04:00
parent 73082a0449
commit 6780e146a0
20 changed files with 123 additions and 114 deletions

View File

@@ -26,16 +26,12 @@ namespace MediaBrowser.Model.Notifications
public SendToUserType? SendToUserMode { get; set; }
public List<string> ExcludeUserIds { get; set; }
public NotificationRequest()
{
UserIds = new List<string>();
Date = DateTime.UtcNow;
Variables = new Dictionary<string, string>();
ExcludeUserIds = new List<string>();
}
}
}