mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 10:29:01 -07:00
14 lines
193 B
C#
14 lines
193 B
C#
|
|
namespace MediaBrowser.Model.Entities
|
|
{
|
|
public enum ImageType
|
|
{
|
|
Primary,
|
|
Art,
|
|
Backdrop,
|
|
Banner,
|
|
Logo,
|
|
Thumbnail
|
|
}
|
|
}
|