mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 13:28:27 +01:00
Moved a few classes into their own files
This commit is contained in:
parent
2467ca9668
commit
6c9ecb6d2e
11
MediaBrowser.Model/Entities/VideoType.cs
Normal file
11
MediaBrowser.Model/Entities/VideoType.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
namespace MediaBrowser.Model.Entities
|
||||
{
|
||||
public enum VideoType
|
||||
{
|
||||
VideoFile,
|
||||
Iso,
|
||||
DVD,
|
||||
BluRay
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user