Skip to content

Commit

Permalink
Fix typo in episode title JSON property name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevinjil committed Apr 7, 2023
1 parent a5692d8 commit aa2b507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jellyfin.Xtream/Client/Models/Episode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class Episode
[JsonProperty("episode_num")]
public int EpisodeNum { get; set; }

[JsonProperty("Title")]
[JsonProperty("title")]
public string Title { get; set; } = string.Empty;

[JsonProperty("container_extension")]
Expand Down

0 comments on commit aa2b507

Please sign in to comment.