aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Data/Entities/PersonRole.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Jellyfin.Data/Entities/PersonRole.cs')
-rw-r--r--Jellyfin.Data/Entities/PersonRole.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/Jellyfin.Data/Entities/PersonRole.cs b/Jellyfin.Data/Entities/PersonRole.cs
index 0c6cb2c6e1..9bd12c7fb0 100644
--- a/Jellyfin.Data/Entities/PersonRole.cs
+++ b/Jellyfin.Data/Entities/PersonRole.cs
@@ -1,15 +1,10 @@
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("PersonRole")]
public partial class PersonRole
{
partial void Init();