aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Data/Entities/AccessSchedule.cs
diff options
context:
space:
mode:
authorPatrick Barron <barronpm@gmail.com>2020-06-13 16:38:17 -0400
committerPatrick Barron <barronpm@gmail.com>2020-06-13 16:38:17 -0400
commit32780154440d5e7d26d3cb4b32a43d1d8d2735f3 (patch)
tree8952ddb19a0fdfd94dc35dbcd3768e14506e1c77 /Jellyfin.Data/Entities/AccessSchedule.cs
parent1e1386bbc67d0f1c8904ed5c86ea482d3e39b620 (diff)
Actually fix profile images
Diffstat (limited to 'Jellyfin.Data/Entities/AccessSchedule.cs')
-rw-r--r--Jellyfin.Data/Entities/AccessSchedule.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Data/Entities/AccessSchedule.cs b/Jellyfin.Data/Entities/AccessSchedule.cs
index 15c4e4cded..7d1b76a3f8 100644
--- a/Jellyfin.Data/Entities/AccessSchedule.cs
+++ b/Jellyfin.Data/Entities/AccessSchedule.cs
@@ -52,7 +52,6 @@ namespace Jellyfin.Data.Entities
/// </summary>
[XmlIgnore]
[Required]
- [ForeignKey("Id")]
public Guid UserId { get; protected set; }
/// <summary>