This website requires JavaScript.
Explore
Help
Register
Sign In
starred
/
jellyfin-jellyfin-1
Watch
1
Star
0
Fork
0
You've already forked jellyfin-jellyfin-1
mirror of
https://github.com/jellyfin/jellyfin.git
synced
2025-12-21 16:25:28 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
845554722efaed872948a9e0f7202e3ef52f1b6e
jellyfin-jellyfin-1
/
MediaBrowser.Model
/
Entities
/
VideoType.cs
13 lines
171 B
C#
Raw
Normal View
History
Unescape
Escape
Moved a few classes into their own files
2012-09-10 21:37:40 -04:00
namespace
MediaBrowser.Model.Entities
{
public
enum
VideoType
{
VideoFile
,
Iso
,
Some minor code cleanups
2012-09-11 14:20:12 -04:00
Dvd
,
Add HDDVD recognition
2012-09-18 16:20:27 -04:00
BluRay
,
HdDvd
Moved a few classes into their own files
2012-09-10 21:37:40 -04:00
}
}
Reference in New Issue
Copy Permalink