mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 08:23:28 -03:00
Apply suggestions from code review
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user