PreferenceKind.cs 802 B

123456789101112131415161718192021222324252627
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated from a template.
  4. //
  5. // Manual changes to this file may cause unexpected behavior in your application.
  6. // Manual changes to this file will be overwritten if the code is regenerated.
  7. //
  8. // Produced by Entity Framework Visual Editor
  9. // https://github.com/msawczyn/EFDesigner
  10. // </auto-generated>
  11. //------------------------------------------------------------------------------
  12. using System;
  13. namespace Jellyfin.Data.Enums
  14. {
  15. public enum PreferenceKind : Int32
  16. {
  17. MaxParentalRating,
  18. BlockedTags,
  19. RemoteClientBitrateLimit,
  20. EnabledDevices,
  21. EnabledChannels,
  22. EnabledFolders,
  23. EnableContentDeletionFromFolders
  24. }
  25. }