aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Sorting
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2021-05-20 21:28:18 +0200
committerBond_009 <bond.009@outlook.com>2021-05-20 22:48:53 +0200
commit7e8428e588b3f0a0574da44081098c64fe1a47d7 (patch)
tree4dd11afc9e5b38d46366a9fea207e1dbb82a3e56 /MediaBrowser.Controller/Sorting
parente8790bfa963284863dc1126a83df72309ec30561 (diff)
Enable nullable reference types for Emby.Server.Implementations
Diffstat (limited to 'MediaBrowser.Controller/Sorting')
-rw-r--r--MediaBrowser.Controller/Sorting/IBaseItemComparer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Sorting/IBaseItemComparer.cs b/MediaBrowser.Controller/Sorting/IBaseItemComparer.cs
index 727cbe639..07fe1ea8a 100644
--- a/MediaBrowser.Controller/Sorting/IBaseItemComparer.cs
+++ b/MediaBrowser.Controller/Sorting/IBaseItemComparer.cs
@@ -6,7 +6,7 @@ namespace MediaBrowser.Controller.Sorting
/// <summary>
/// Interface IBaseItemComparer.
/// </summary>
- public interface IBaseItemComparer : IComparer<BaseItem>
+ public interface IBaseItemComparer : IComparer<BaseItem?>
{
/// <summary>
/// Gets the name.