Skip to content

Commit

Permalink
extend discover tv show sort by parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
angyanmark committed Dec 3, 2023
1 parent 31de56e commit eac73d3
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion TMDbLib/Objects/Discover/DiscoverTvShowSortBy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ public enum DiscoverTvShowSortBy
[EnumValue("popularity.asc")]
Popularity,
[EnumValue("popularity.desc")]
PopularityDesc
PopularityDesc,
[EnumValue("revenue.asc")]
Revenue,
[EnumValue("revenue.desc")]
RevenueDesc,
[EnumValue("primary_release_date.asc")]
PrimaryReleaseDate,
[EnumValue("primary_release_date.desc")]
PrimaryReleaseDateDesc,
[EnumValue("vote_count.asc")]
VoteCount,
[EnumValue("vote_count.desc")]
VoteCountDesc
}
}

0 comments on commit eac73d3

Please sign in to comment.