mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 21:08:27 +01:00
Fix warnings MediaBrowser.Model
This commit is contained in:
@@ -1,24 +1,27 @@
|
||||
namespace MediaBrowser.Model.Entities
|
||||
{
|
||||
/// <summary>
|
||||
/// Enum VideoType
|
||||
/// Enum VideoType.
|
||||
/// </summary>
|
||||
public enum VideoType
|
||||
{
|
||||
/// <summary>
|
||||
/// The video file
|
||||
/// The video file.
|
||||
/// </summary>
|
||||
VideoFile,
|
||||
|
||||
/// <summary>
|
||||
/// The iso
|
||||
/// The iso.
|
||||
/// </summary>
|
||||
Iso,
|
||||
|
||||
/// <summary>
|
||||
/// The DVD
|
||||
/// The DVD.
|
||||
/// </summary>
|
||||
Dvd,
|
||||
|
||||
/// <summary>
|
||||
/// The blu ray
|
||||
/// The blu ray.
|
||||
/// </summary>
|
||||
BluRay
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user