Skip to content

Commit

Permalink
fixed id data type
Browse files Browse the repository at this point in the history
  • Loading branch information
Flaminel committed Jan 15, 2025
1 parent 88d9bde commit 8d6a111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/Domain/Models/Lidarr/Artist.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public sealed record Artist
{
public int Id { get; set; }
public long Id { get; set; }

public string ArtistName { get; set; }
}

0 comments on commit 8d6a111

Please sign in to comment.