mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-10 01:38:49 +01:00
fix portable and 3.5 project references
This commit is contained in:
8
MediaBrowser.Model/Entities/VideoSize.cs
Normal file
8
MediaBrowser.Model/Entities/VideoSize.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace MediaBrowser.Model.Entities
|
||||
{
|
||||
public enum VideoSize
|
||||
{
|
||||
StandardDefinition,
|
||||
HighDefinition
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user