mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
4 lines
77 B
C#
4 lines
77 B
C#
namespace Kyoo.Models
|
|
{
|
|
public enum ImageType { Poster, Background, Logo }
|
|
} |