Apply suggestions from code review

Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
JPVenson
2024-10-09 21:03:57 +02:00
committed by GitHub
parent 5267851e64
commit 473628ba3a
7 changed files with 7 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ using System.ComponentModel.DataAnnotations.Schema;
namespace Jellyfin.Data.Entities;
/// <summary>
/// Represents an Key-Value relaten of an BaseItem's provider.
/// Represents a Key-Value relation of an BaseItem's provider.
/// </summary>
public class BaseItemProvider
{

View File

@@ -6,10 +6,6 @@ namespace Jellyfin.Data.Entities;
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
public class MediaStreamInfo
{
public MediaStreamInfo()
{
}
public required Guid ItemId { get; set; }
public required BaseItemEntity Item { get; set; }