ArtKind.cs 682 B

12345678910111213141516171819202122232425
  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 ArtKind : Int32
  16. {
  17. Other,
  18. Poster,
  19. Banner,
  20. Thumbnail,
  21. Logo
  22. }
  23. }