mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-09 17:28:48 +01:00
Added DebuggerDisplay to some DTO objects
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace MediaBrowser.Model.Entities
|
||||
{
|
||||
/// <summary>
|
||||
/// Class MediaStream
|
||||
/// </summary>
|
||||
[DebuggerDisplay("StreamType = {Type}")]
|
||||
public class MediaStream
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user