namespace MediaBrowser.Model.Configuration { public class FanartOptions { /// /// Gets or sets the user API key. /// /// The user API key. public string UserApiKey { get; set; } } }