Allow deleting Scrobble events

This commit is contained in:
Amelia 2025-06-19 22:05:08 +02:00
parent 1a4aa215d6
commit 169d819de5
No known key found for this signature in database
GPG key ID: D6D0ECE365407EAA
10 changed files with 160 additions and 11 deletions

View file

@ -5,6 +5,7 @@ namespace API.DTOs.Scrobbling;
public sealed record ScrobbleEventDto
{
public long Id { get; init; }
public string SeriesName { get; set; }
public int SeriesId { get; set; }
public int LibraryId { get; set; }