mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
New provider system. Only for people right now
This commit is contained in:
11
MediaBrowser.Controller/Drawing/ImageFormat.cs
Normal file
11
MediaBrowser.Controller/Drawing/ImageFormat.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
namespace MediaBrowser.Controller.Drawing
|
||||
{
|
||||
public enum ImageFormat
|
||||
{
|
||||
Jpg,
|
||||
Png,
|
||||
Gif,
|
||||
Bmp
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user