-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolve error when visualizing recent shows #174
base: master
Are you sure you want to change the base?
Conversation
This is amazing. Let us review. I also remember Scott Hanselman streaming about changing one of this projects to new APIs as these same ones were deprecated. Will try to find more info. |
Pretty sure it was this video. Maybe useful? https://www.youtube.com/watch?v=u9vHV_KpTC8&t=1520s |
Thanks! I'll check it |
Hi. Sorry, I haven't time to work on this issue until now. |
Change the source of the
Now that Channel 9 is merged with Microsoft Learn TV, the "Recent" tab shows an error.
I didn't find as RSS feed for the new site, so I resolved to use the endpoint to obtain the JSON file of the schedule, to parse it and to adapt the parsed results to the existing behaviour.
Tested only the UWP project.
PR Type
I've made these types of changes:
What is the current behavior?
Get an RSS feed from the Channel 9 site.
Tested only the UWP project.
What is the new behavior?
Gets a JSON file with the scheduled shows from the Microsoft Learn TV site.
PR Checklist
Please check if your PR fulfills the following requirements:
Screenshots Compare Test Run
results.Other information