mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 09:44:47 +03:00
fixes #518 - Add api param for watched indicator on images
This commit is contained in:
@@ -33,6 +33,8 @@ namespace MediaBrowser.Controller.Drawing
|
||||
public List<IImageEnhancer> Enhancers { get; set; }
|
||||
|
||||
public ImageOutputFormat OutputFormat { get; set; }
|
||||
|
||||
public ImageOverlay Indicator { get; set; }
|
||||
}
|
||||
|
||||
public enum ImageOutputFormat
|
||||
@@ -43,4 +45,10 @@ namespace MediaBrowser.Controller.Drawing
|
||||
Jpg,
|
||||
Png
|
||||
}
|
||||
|
||||
public enum ImageOverlay
|
||||
{
|
||||
None,
|
||||
Watched
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user