mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
Remove ImageType.Screenshot and ItemFields.Screenshot
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user