Skip to content

Commit

Permalink
Update TimeWindow.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SirSparkles committed Oct 2, 2022
1 parent e35c7e8 commit 9949808
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions TMDbLib/Objects/Trending/TimeWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
{
public enum TimeWindow
{
Day, Week
[EnumValue("day")]
Day,
[EnumValue("week")]
Week
}
}
}

0 comments on commit 9949808

Please sign in to comment.