aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/LiveTv/ProgramInfoDto.cs
diff options
context:
space:
mode:
authorScottIsAFool <scottisafool@live.co.uk>2014-01-18 10:03:47 +0000
committerScottIsAFool <scottisafool@live.co.uk>2014-01-18 10:03:47 +0000
commit14adda2e404c0d03057746a35db6208b358a920b (patch)
tree7a2a9a972ecbf0f7d72f7f173ee83c7ce2a3821b /MediaBrowser.Model/LiveTv/ProgramInfoDto.cs
parent0f7f4674784ae76ddafc5b83ffd87add824a8191 (diff)
Added further DebuggerDisplay for DTOs
Diffstat (limited to 'MediaBrowser.Model/LiveTv/ProgramInfoDto.cs')
-rw-r--r--MediaBrowser.Model/LiveTv/ProgramInfoDto.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Model/LiveTv/ProgramInfoDto.cs b/MediaBrowser.Model/LiveTv/ProgramInfoDto.cs
index 9a29f1800..26b5820a8 100644
--- a/MediaBrowser.Model/LiveTv/ProgramInfoDto.cs
+++ b/MediaBrowser.Model/LiveTv/ProgramInfoDto.cs
@@ -1,4 +1,5 @@
using System.ComponentModel;
+using System.Diagnostics;
using MediaBrowser.Model.Dto;
using MediaBrowser.Model.Entities;
using System;
@@ -6,6 +7,7 @@ using System.Collections.Generic;
namespace MediaBrowser.Model.LiveTv
{
+ [DebuggerDisplay("Name = {Name}, StartTime = {StartDate}, EndTime = {EndDate}")]
public class ProgramInfoDto : INotifyPropertyChanged
{
/// <summary>