From d3ad2aec60e3b4894fc9ea7d03f674febaf66690 Mon Sep 17 00:00:00 2001 From: JPVenson Date: Tue, 10 Jun 2025 02:14:27 +0300 Subject: Feature/persistent watch data (#14262) --- .../Jellyfin.Database.Implementations/Entities/UserData.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/Jellyfin.Database/Jellyfin.Database.Implementations/Entities') diff --git a/src/Jellyfin.Database/Jellyfin.Database.Implementations/Entities/UserData.cs b/src/Jellyfin.Database/Jellyfin.Database.Implementations/Entities/UserData.cs index cd80686615..d7aa79dc9b 100644 --- a/src/Jellyfin.Database/Jellyfin.Database.Implementations/Entities/UserData.cs +++ b/src/Jellyfin.Database/Jellyfin.Database.Implementations/Entities/UserData.cs @@ -68,6 +68,11 @@ public class UserData /// null if [likes] contains no value, true if [likes]; otherwise, false. public bool? Likes { get; set; } + /// + /// Gets or Sets the date the referenced has been deleted. + /// + public DateTimeOffset? RetentionDate { get; set; } + /// /// Gets or sets the key. /// -- cgit v1.2.3