moved new image options to the model
This commit is contained in:
@@ -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