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