namespace MediaBrowser.Model.Configuration { public enum SendToUserType { All = 0, Admins = 1, Custom = 2 } }