diff options
Diffstat (limited to 'MediaBrowser.Model/Entities/MediaAttachment.cs')
| -rw-r--r-- | MediaBrowser.Model/Entities/MediaAttachment.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Model/Entities/MediaAttachment.cs b/MediaBrowser.Model/Entities/MediaAttachment.cs index 26279b72b8..8f8c3efd20 100644 --- a/MediaBrowser.Model/Entities/MediaAttachment.cs +++ b/MediaBrowser.Model/Entities/MediaAttachment.cs @@ -33,13 +33,13 @@ namespace MediaBrowser.Model.Entities /// Gets or sets the filename. /// </summary> /// <value>The filename.</value> - public string Filename { get; set; } + public string FileName { get; set; } /// <summary> /// Gets or sets the MIME type. /// </summary> /// <value>The MIME type.</value> - public string MIMEType { get; set; } + public string MimeType { get; set; } /// <summary> /// Gets or sets the delivery URL. |
