15 lines
234 B
C#
15 lines
234 B
C#
|
|
namespace MediaBrowser.Model.Drawing
|
|
{
|
|
/// <summary>
|
|
/// Enum ImageOverlay
|
|
/// </summary>
|
|
public enum ImageOverlay
|
|
{
|
|
/// <summary>
|
|
/// The watched
|
|
/// </summary>
|
|
Watched
|
|
}
|
|
}
|