diff options
| author | Patrick Barron <barronpm@gmail.com> | 2020-06-13 16:38:17 -0400 |
|---|---|---|
| committer | Patrick Barron <barronpm@gmail.com> | 2020-06-13 16:38:17 -0400 |
| commit | 32780154440d5e7d26d3cb4b32a43d1d8d2735f3 (patch) | |
| tree | 8952ddb19a0fdfd94dc35dbcd3768e14506e1c77 /Jellyfin.Data/Entities/AccessSchedule.cs | |
| parent | 1e1386bbc67d0f1c8904ed5c86ea482d3e39b620 (diff) | |
Actually fix profile images
Diffstat (limited to 'Jellyfin.Data/Entities/AccessSchedule.cs')
| -rw-r--r-- | Jellyfin.Data/Entities/AccessSchedule.cs | 1 |
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> |
