mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 17:24:46 +03:00
moved new image options to the model
This commit is contained in:
18
MediaBrowser.Model/Drawing/ImageOverlay.cs
Normal file
18
MediaBrowser.Model/Drawing/ImageOverlay.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
namespace MediaBrowser.Model.Drawing
|
||||
{
|
||||
/// <summary>
|
||||
/// Enum ImageOverlay
|
||||
/// </summary>
|
||||
public enum ImageOverlay
|
||||
{
|
||||
/// <summary>
|
||||
/// The none
|
||||
/// </summary>
|
||||
None,
|
||||
/// <summary>
|
||||
/// The watched
|
||||
/// </summary>
|
||||
Watched
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user