mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Enable nullable reference types for Emby.Server.Implementations
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user