Enable nullable for MediaBrowser.Providers

This commit is contained in:
Bond_009
2021-10-26 15:49:01 +02:00
parent dc72d90703
commit f5ca9cbc3b
72 changed files with 115 additions and 61 deletions

View File

@@ -1,5 +1,3 @@
#nullable disable
using MediaBrowser.Model.Entities;
using MediaBrowser.Model.Providers;
@@ -35,7 +33,7 @@ namespace MediaBrowser.Controller.Providers
/// <summary>
/// Gets the URL format string for this id.
/// </summary>
string UrlFormatString { get; }
string? UrlFormatString { get; }
/// <summary>
/// Determines whether this id supports a given item type.