Allow deleting Scrobble events
This commit is contained in:
parent
1a4aa215d6
commit
169d819de5
10 changed files with 160 additions and 11 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue