Skip to content

Commit

Permalink
[v2] Add user media json objects
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikfroehling committed Mar 24, 2024
1 parent 5dffe28 commit 9af8bb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/Trakt.NET/Json/Users/TraktUserIds.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ public class TraktUserIds : ITraktIds
{
public string? Slug { get; set; }

[JsonPropertyName("uuid")]
public string? UUID { get; set; }

[JsonIgnore]
Expand Down

0 comments on commit 9af8bb5

Please sign in to comment.