New provider system. Only for people right now
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
|
||||
namespace MediaBrowser.Controller.Drawing
|
||||
{
|
||||
public enum ImageFormat
|
||||
{
|
||||
Jpg,
|
||||
Png,
|
||||
Gif,
|
||||
Bmp
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user