diff options
Diffstat (limited to 'MediaBrowser.Model/LiveTv/RecordingGroupDto.cs')
| -rw-r--r-- | MediaBrowser.Model/LiveTv/RecordingGroupDto.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Model/LiveTv/RecordingGroupDto.cs b/MediaBrowser.Model/LiveTv/RecordingGroupDto.cs index fca2e1fe4..db96d56b4 100644 --- a/MediaBrowser.Model/LiveTv/RecordingGroupDto.cs +++ b/MediaBrowser.Model/LiveTv/RecordingGroupDto.cs @@ -1,10 +1,12 @@ using System.ComponentModel; +using System.Diagnostics; namespace MediaBrowser.Model.LiveTv { /// <summary> /// Class RecordingGroupDto. /// </summary> + [DebuggerDisplay("Name = {Name}, Count = {RecordingCount}")] public class RecordingGroupDto : INotifyPropertyChanged { /// <summary> |
