mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-15 21:43:03 +03:00
moved new image options to the model
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using MediaBrowser.Controller.Entities;
|
||||
using MediaBrowser.Controller.Providers;
|
||||
using MediaBrowser.Model.Drawing;
|
||||
using MediaBrowser.Model.Entities;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
@@ -36,19 +37,4 @@ namespace MediaBrowser.Controller.Drawing
|
||||
|
||||
public ImageOverlay Indicator { get; set; }
|
||||
}
|
||||
|
||||
public enum ImageOutputFormat
|
||||
{
|
||||
Original,
|
||||
Bmp,
|
||||
Gif,
|
||||
Jpg,
|
||||
Png
|
||||
}
|
||||
|
||||
public enum ImageOverlay
|
||||
{
|
||||
None,
|
||||
Watched
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user