aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Devices/DeviceOptions.cs
blob: 8b77fd7fc30415b6eafbe12f27337bd792de087a (plain)
1
2
3
4
5
6
7
8
9
#pragma warning disable CS1591

namespace MediaBrowser.Model.Devices
{
    public class DeviceOptions
    {
        public string CustomName { get; set; }
    }
}