aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Devices/DeviceOptions.cs
diff options
context:
space:
mode:
authorMax Git <rotvel@gmail.com>2020-06-03 23:21:12 +0200
committerMax Git <rotvel@gmail.com>2020-06-03 23:21:12 +0200
commitbeb8a58643178626abc1e0d9e64f4e79b27cdec3 (patch)
tree750e87dab1b23e4c73f94f7d3c51438f2ceecc93 /MediaBrowser.Model/Devices/DeviceOptions.cs
parent5df00cb2b8013c143097caa7e350da2be05cc077 (diff)
parentfc79833931daf29860872605c20a0e2940a23250 (diff)
Merge branch 'master' into feature/ffmpeg-version-check
Diffstat (limited to 'MediaBrowser.Model/Devices/DeviceOptions.cs')
-rw-r--r--MediaBrowser.Model/Devices/DeviceOptions.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Devices/DeviceOptions.cs b/MediaBrowser.Model/Devices/DeviceOptions.cs
index 8b77fd7fc..037ffeb5e 100644
--- a/MediaBrowser.Model/Devices/DeviceOptions.cs
+++ b/MediaBrowser.Model/Devices/DeviceOptions.cs
@@ -4,6 +4,6 @@ namespace MediaBrowser.Model.Devices
{
public class DeviceOptions
{
- public string CustomName { get; set; }
+ public string? CustomName { get; set; }
}
}