aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Devices/DeviceOptions.cs
blob: 037ffeb5e86f1d6a092a6c3644965b8cbe0128ac (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; }
    }
}