aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities/ImageType.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2021-11-06 23:07:11 +0100
committerGitHub <noreply@github.com>2021-11-06 23:07:11 +0100
commit83859a1e6d96cbb60a3b43f7537c0ab0fbdff510 (patch)
tree0679e10b38ddf6eea5cc38389eecc3dac0175979 /MediaBrowser.Model/Entities/ImageType.cs
parent8d8e1137712d134ff09679449b921fbcb95bfedc (diff)
parentb4bf5af7c8b169c616ca5a9bc83248a80636bedb (diff)
Merge pull request #6783 from 1337joe/purge-screenshot
Diffstat (limited to 'MediaBrowser.Model/Entities/ImageType.cs')
-rw-r--r--MediaBrowser.Model/Entities/ImageType.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Entities/ImageType.cs b/MediaBrowser.Model/Entities/ImageType.cs
index 6ea9ee419..ee7410632 100644
--- a/MediaBrowser.Model/Entities/ImageType.cs
+++ b/MediaBrowser.Model/Entities/ImageType.cs
@@ -1,3 +1,5 @@
+using System;
+
namespace MediaBrowser.Model.Entities
{
/// <summary>
@@ -48,6 +50,7 @@ namespace MediaBrowser.Model.Entities
/// <summary>
/// The screenshot.
/// </summary>
+ [Obsolete("Screenshot image type is no longer used.")]
Screenshot = 8,
/// <summary>