aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Subtitles
diff options
context:
space:
mode:
authornyanmisaka <nst799610810@gmail.com>2020-08-20 15:17:42 +0800
committernyanmisaka <nst799610810@gmail.com>2020-08-20 15:17:42 +0800
commitdd3b48f2039fe299a55db437190a9e0d5c78145c (patch)
tree0979cf5e5e3902c8a56331a70d71bfb3fbe7dc36 /MediaBrowser.Model/Subtitles
parent16658c92fe1baeb23909001525008208cfc82f75 (diff)
fix lint
Diffstat (limited to 'MediaBrowser.Model/Subtitles')
-rw-r--r--MediaBrowser.Model/Subtitles/FontFile.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/MediaBrowser.Model/Subtitles/FontFile.cs b/MediaBrowser.Model/Subtitles/FontFile.cs
index 13963a9cb5..115c492957 100644
--- a/MediaBrowser.Model/Subtitles/FontFile.cs
+++ b/MediaBrowser.Model/Subtitles/FontFile.cs
@@ -1,17 +1,17 @@
-#nullable disable
-#pragma warning disable CS1591
-
using System;
namespace MediaBrowser.Model.Subtitles
{
+ /// <summary>
+ /// Class FontFile.
+ /// </summary>
public class FontFile
{
/// <summary>
/// Gets or sets the name.
/// </summary>
/// <value>The name.</value>
- public string Name { get; set; }
+ public string? Name { get; set; }
/// <summary>
/// Gets or sets the size.