@@ -8,11 +8,11 @@
/// <summary>
/// Stable Chromecast version.
/// </summary>
- Stable,
+ Stable = 0,
/// Nightly Chromecast version.
- Nightly
+ Nightly = 2
}
@@ -5,16 +5,16 @@
/// Index by the premiere date.
- PremiereDate,
+ PremiereDate = 0,
/// Index by the production year.
- ProductionYear,
+ ProductionYear = 1,
/// Index by the community rating.
- CommunityRating
+ CommunityRating = 2
/// Horizontal scrolling direction.
- Horizontal,
+ Horizontal = 0,
/// Vertical scrolling direction.
- Vertical
+ Vertical = 1
/// Sort in increasing order.
- Ascending,
+ Ascending = 0,
/// Sort in decreasing order.
- Descending
+ Descending = 1