diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-20 21:17:59 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-20 21:17:59 -0400 |
| commit | 2e358a5968375b952c7dab02730977f9952bd7d4 (patch) | |
| tree | c19956da16f65753a2b9c50890c339f702c4d99a /MediaBrowser.Model/Entities/LibraryUpdateInfo.cs | |
| parent | 19d21a246d9304f824674df3138b30a5b8e51e8c (diff) | |
default values for model classes
Diffstat (limited to 'MediaBrowser.Model/Entities/LibraryUpdateInfo.cs')
| -rw-r--r-- | MediaBrowser.Model/Entities/LibraryUpdateInfo.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Entities/LibraryUpdateInfo.cs b/MediaBrowser.Model/Entities/LibraryUpdateInfo.cs index e98b7ae2c..ae85cbc3e 100644 --- a/MediaBrowser.Model/Entities/LibraryUpdateInfo.cs +++ b/MediaBrowser.Model/Entities/LibraryUpdateInfo.cs @@ -32,6 +32,9 @@ namespace MediaBrowser.Model.Entities /// <value>The items updated.</value> public List<Guid> ItemsUpdated { get; set; } + /// <summary> + /// Initializes a new instance of the <see cref="LibraryUpdateInfo"/> class. + /// </summary> public LibraryUpdateInfo() { Folders = new List<Guid>(); |
