jellyfin/MediaBrowser.Model/Entities/VideoSize.cs
2014-05-08 16:26:20 -04:00

8 lines
130 B
C#

namespace MediaBrowser.Model.Entities
{
public enum VideoSize
{
StandardDefinition,
HighDefinition
}
}