diff options
Diffstat (limited to 'Jellyfin.Data/Entities/Security/Device.cs')
| -rw-r--r-- | Jellyfin.Data/Entities/Security/Device.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Jellyfin.Data/Entities/Security/Device.cs b/Jellyfin.Data/Entities/Security/Device.cs index bb05cf5a4..3d0269229 100644 --- a/Jellyfin.Data/Entities/Security/Device.cs +++ b/Jellyfin.Data/Entities/Security/Device.cs @@ -84,9 +84,9 @@ namespace Jellyfin.Data.Entities.Security public bool IsActive { get; set; } /// <summary> - /// Gets the date this device was created. + /// Gets or sets the date this device was created. /// </summary> - public DateTime DateCreated { get; private set; } + public DateTime DateCreated { get; set; } /// <summary> /// Gets or sets the date of last activity. |
