aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Configuration/FanartOptions.cs
blob: 9c8be39be7034925ad021f18dab068ac58e3b041 (plain)
1
2
3
4
5
6
7
8
9
10
11
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; }
    }
}