mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-27 18:10:54 +01:00
Clean up generated code
This commit is contained in:
@@ -1,25 +1,13 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated from a template.
|
||||
//
|
||||
// Manual changes to this file may cause unexpected behavior in your application.
|
||||
// Manual changes to this file will be overwritten if the code is regenerated.
|
||||
//
|
||||
// Produced by Entity Framework Visual Editor
|
||||
// https://github.com/msawczyn/EFDesigner
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
|
||||
namespace Jellyfin.Data.Enums
|
||||
{
|
||||
public enum ArtKind : Int32
|
||||
{
|
||||
Other,
|
||||
Poster,
|
||||
Banner,
|
||||
Thumbnail,
|
||||
Logo
|
||||
}
|
||||
public enum ArtKind : Int32
|
||||
{
|
||||
Other,
|
||||
Poster,
|
||||
Banner,
|
||||
Thumbnail,
|
||||
Logo
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,25 +1,13 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated from a template.
|
||||
//
|
||||
// Manual changes to this file may cause unexpected behavior in your application.
|
||||
// Manual changes to this file will be overwritten if the code is regenerated.
|
||||
//
|
||||
// Produced by Entity Framework Visual Editor
|
||||
// https://github.com/msawczyn/EFDesigner
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
|
||||
namespace Jellyfin.Data.Enums
|
||||
{
|
||||
public enum MediaFileKind : Int32
|
||||
{
|
||||
Main,
|
||||
Sidecar,
|
||||
AdditionalPart,
|
||||
AlternativeFormat,
|
||||
AdditionalStream
|
||||
}
|
||||
public enum MediaFileKind : Int32
|
||||
{
|
||||
Main,
|
||||
Sidecar,
|
||||
AdditionalPart,
|
||||
AlternativeFormat,
|
||||
AdditionalStream
|
||||
}
|
||||
}
|
||||
|
||||
28
Jellyfin.Data/Enums/PermissionKind.cs
Normal file
28
Jellyfin.Data/Enums/PermissionKind.cs
Normal file
@@ -0,0 +1,28 @@
|
||||
using System;
|
||||
|
||||
namespace Jellyfin.Data.Enums
|
||||
{
|
||||
public enum PermissionKind : Int32
|
||||
{
|
||||
IsAdministrator,
|
||||
IsHidden,
|
||||
IsDisabled,
|
||||
BlockUnrateditems,
|
||||
EnbleSharedDeviceControl,
|
||||
EnableRemoteAccess,
|
||||
EnableLiveTvManagement,
|
||||
EnableLiveTvAccess,
|
||||
EnableMediaPlayback,
|
||||
EnableAudioPlaybackTranscoding,
|
||||
EnableVideoPlaybackTranscoding,
|
||||
EnableContentDeletion,
|
||||
EnableContentDownloading,
|
||||
EnableSyncTranscoding,
|
||||
EnableMediaConversion,
|
||||
EnableAllDevices,
|
||||
EnableAllChannels,
|
||||
EnableAllFolders,
|
||||
EnablePublicSharing,
|
||||
AccessSchedules
|
||||
}
|
||||
}
|
||||
@@ -1,32 +1,20 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated from a template.
|
||||
//
|
||||
// Manual changes to this file may cause unexpected behavior in your application.
|
||||
// Manual changes to this file will be overwritten if the code is regenerated.
|
||||
//
|
||||
// Produced by Entity Framework Visual Editor
|
||||
// https://github.com/msawczyn/EFDesigner
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
|
||||
namespace Jellyfin.Data.Enums
|
||||
{
|
||||
public enum PersonRoleType : Int32
|
||||
{
|
||||
Other,
|
||||
Director,
|
||||
Artist,
|
||||
OriginalArtist,
|
||||
Actor,
|
||||
VoiceActor,
|
||||
Producer,
|
||||
Remixer,
|
||||
Conductor,
|
||||
Composer,
|
||||
Author,
|
||||
Editor
|
||||
}
|
||||
public enum PersonRoleType : Int32
|
||||
{
|
||||
Other,
|
||||
Director,
|
||||
Artist,
|
||||
OriginalArtist,
|
||||
Actor,
|
||||
VoiceActor,
|
||||
Producer,
|
||||
Remixer,
|
||||
Conductor,
|
||||
Composer,
|
||||
Author,
|
||||
Editor
|
||||
}
|
||||
}
|
||||
|
||||
15
Jellyfin.Data/Enums/PreferenceKind.cs
Normal file
15
Jellyfin.Data/Enums/PreferenceKind.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
|
||||
namespace Jellyfin.Data.Enums
|
||||
{
|
||||
public enum PreferenceKind : Int32
|
||||
{
|
||||
MaxParentalRating,
|
||||
BlockedTags,
|
||||
RemoteClientBitrateLimit,
|
||||
EnabledDevices,
|
||||
EnabledChannels,
|
||||
EnabledFolders,
|
||||
EnableContentDeletionFromFolders
|
||||
}
|
||||
}
|
||||
@@ -1,27 +1,15 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated from a template.
|
||||
//
|
||||
// Manual changes to this file may cause unexpected behavior in your application.
|
||||
// Manual changes to this file will be overwritten if the code is regenerated.
|
||||
//
|
||||
// Produced by Entity Framework Visual Editor
|
||||
// https://github.com/msawczyn/EFDesigner
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
|
||||
namespace Jellyfin.Data.Enums
|
||||
{
|
||||
public enum Weekday : Int32
|
||||
{
|
||||
Sunday,
|
||||
Monday,
|
||||
Tuesday,
|
||||
Wednesday,
|
||||
Thursday,
|
||||
Friday,
|
||||
Saturday
|
||||
}
|
||||
public enum Weekday : Int32
|
||||
{
|
||||
Sunday,
|
||||
Monday,
|
||||
Tuesday,
|
||||
Wednesday,
|
||||
Thursday,
|
||||
Friday,
|
||||
Saturday
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user