diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-04-30 11:07:02 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-04-30 11:07:02 -0400 |
| commit | 98c0b28d14d68cc2989fb60fb09dde0501a8d928 (patch) | |
| tree | 82fee78dd8e0c1f003364ca1320eb1b0061e3d6b /MediaBrowser.Model/Configuration/NotificationOptions.cs | |
| parent | e9fb806478e974b200b54f8acff5eb09bdef4c32 (diff) | |
re-enable mobile media controller
Diffstat (limited to 'MediaBrowser.Model/Configuration/NotificationOptions.cs')
| -rw-r--r-- | MediaBrowser.Model/Configuration/NotificationOptions.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Configuration/NotificationOptions.cs b/MediaBrowser.Model/Configuration/NotificationOptions.cs index f1d9fad30..fedc1c2f8 100644 --- a/MediaBrowser.Model/Configuration/NotificationOptions.cs +++ b/MediaBrowser.Model/Configuration/NotificationOptions.cs @@ -146,6 +146,12 @@ namespace MediaBrowser.Model.Configuration public string Title { get; set; } /// <summary> + /// Gets or sets the description. + /// </summary> + /// <value>The description.</value> + public string Description { get; set; } + + /// <summary> /// Gets or sets the disabled services. /// </summary> /// <value>The disabled services.</value> |
