Skip to content

Commit

Permalink
Merge pull request #6829 from crobibero/obsolete-enum
Browse files Browse the repository at this point in the history
Remove Obsolete attribute on enum
  • Loading branch information
cvium committed Nov 12, 2021
2 parents 7b1314a + 132440c commit fcfc774
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion MediaBrowser.Model/Entities/ImageType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ public enum ImageType
/// <summary>
/// The screenshot.
/// </summary>
[Obsolete("Screenshot image type is no longer used.")]
/// <remarks>
/// This enum value is obsolete.
/// XmlSerializer does not serialize/deserialize objects that are marked as [Obsolete].
/// </remarks>
Screenshot = 8,

/// <summary>
Expand Down

0 comments on commit fcfc774

Please sign in to comment.