Add missing xmldoc
This commit is contained in:
parent
cba07b1ca6
commit
d7459fa2ec
|
@ -4,6 +4,9 @@ using System.Text.Json.Serialization;
|
|||
|
||||
namespace Emby.Server.Implementations.LiveTv.Listings.SchedulesDirectDtos
|
||||
{
|
||||
/// <summary>
|
||||
/// Image data dto.
|
||||
/// </summary>
|
||||
public class ImageDataDto
|
||||
{
|
||||
/// <summary>
|
||||
|
|
|
@ -5,6 +5,9 @@ using System.Text.Json.Serialization;
|
|||
|
||||
namespace Emby.Server.Implementations.LiveTv.Listings.SchedulesDirectDtos
|
||||
{
|
||||
/// <summary>
|
||||
/// Show image dto.
|
||||
/// </summary>
|
||||
public class ShowImagesDto
|
||||
{
|
||||
/// <summary>
|
||||
|
|
Loading…
Reference in New Issue
Block a user