mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 05:18:27 +01:00
Add support for converting from svg to other image types
This commit is contained in:
@@ -28,6 +28,11 @@ namespace MediaBrowser.Model.Drawing
|
||||
/// <summary>
|
||||
/// The webp.
|
||||
/// </summary>
|
||||
Webp
|
||||
Webp,
|
||||
|
||||
/// <summary>
|
||||
/// The svg format.
|
||||
/// </summary>
|
||||
Svg,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user