diff options
| author | ScottIsAFool <scottisafool@live.co.uk> | 2013-09-07 13:04:46 +0100 |
|---|---|---|
| committer | ScottIsAFool <scottisafool@live.co.uk> | 2013-09-07 13:04:46 +0100 |
| commit | aff1f7604a4e52b54051b482ee22a5afe35ad636 (patch) | |
| tree | c9e4a04ab8fc134d0095d9bcbf5d7ed69578d44e /MediaBrowser.Model/Session | |
| parent | 0d599415392d1248c6925134fc0da7fa5049ddc8 (diff) | |
Added INotifyPropertyChanged to SessionInfoDto
Diffstat (limited to 'MediaBrowser.Model/Session')
| -rw-r--r-- | MediaBrowser.Model/Session/SessionInfoDto.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Session/SessionInfoDto.cs b/MediaBrowser.Model/Session/SessionInfoDto.cs index 11fc3479b..ada624736 100644 --- a/MediaBrowser.Model/Session/SessionInfoDto.cs +++ b/MediaBrowser.Model/Session/SessionInfoDto.cs @@ -3,6 +3,7 @@ using System; namespace MediaBrowser.Model.Session { + [ImplementPropertyChanged] public class SessionInfoDto { /// <summary> |
