mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-03 21:54:26 -04:00
Fixed linter
This commit is contained in:
parent
a0c568bc6c
commit
dcfbf55794
@ -40,12 +40,12 @@ using BaseItemEntity = Jellyfin.Data.Entities.BaseItemEntity;
|
|||||||
|
|
||||||
namespace Jellyfin.Server.Implementations.Item;
|
namespace Jellyfin.Server.Implementations.Item;
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
All queries in this class and all other nullable enabled EFCore repository classes will make libraral use of the null-forgiving operator "!".
|
All queries in this class and all other nullable enabled EFCore repository classes will make libraral use of the null-forgiving operator "!".
|
||||||
This is done as the code isn't actually executed client side, but only the expressions are interpretet and the compiler cannot know that.
|
This is done as the code isn't actually executed client side, but only the expressions are interpretet and the compiler cannot know that.
|
||||||
This is your only warning/message regarding this topic.
|
This is your only warning/message regarding this topic.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Handles all storage logic for BaseItems.
|
/// Handles all storage logic for BaseItems.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user