aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Data/Entities/Artwork.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Jellyfin.Data/Entities/Artwork.cs')
-rw-r--r--Jellyfin.Data/Entities/Artwork.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/Jellyfin.Data/Entities/Artwork.cs b/Jellyfin.Data/Entities/Artwork.cs
index da31d686e..bf3029368 100644
--- a/Jellyfin.Data/Entities/Artwork.cs
+++ b/Jellyfin.Data/Entities/Artwork.cs
@@ -1,15 +1,8 @@
using System;
-using System.Collections.Generic;
-using System.Collections.ObjectModel;
-using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
-using System.ComponentModel.DataAnnotations.Schema;
-using System.Linq;
-using System.Runtime.CompilerServices;
namespace Jellyfin.Data.Entities
{
- [Table("Artwork")]
public partial class Artwork
{
partial void Init();