aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Data/Entities/Company.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Jellyfin.Data/Entities/Company.cs')
-rw-r--r--Jellyfin.Data/Entities/Company.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Data/Entities/Company.cs b/Jellyfin.Data/Entities/Company.cs
index 0650271c65..7d6f3b2076 100644
--- a/Jellyfin.Data/Entities/Company.cs
+++ b/Jellyfin.Data/Entities/Company.cs
@@ -131,7 +131,6 @@ namespace Jellyfin.Data.Entities
public virtual ICollection<CompanyMetadata> CompanyMetadata { get; protected set; }
[ForeignKey("Company_Parent_Id")]
public virtual Company Parent { get; set; }
-
}
}