microsoft / BuildCast

Example UWP Media Application to show best practices
MIT License
451 stars 145 forks source link

Fix ordering of newly fetched episodes #21

Open gsfreema opened 6 years ago

gsfreema commented 6 years ago

Since episodes are inserted to the front of the list, they need to be in ascending order by PublishDate so that they are stacked and display in descending order. I know, sounds backwards.