OpenXbox / xbox-smartglass-csharp

🎮.NET Standard client library for the Xbox One SmartGlass protocol
MIT License
66 stars 20 forks source link

LaunchTitle api was removed a year ago, removed to avoid confusion #97

Closed mitchcapper closed 4 years ago

mitchcapper commented 4 years ago

Per issue #52 might as well remove

tuxuser commented 4 years ago

It would be cool to leave the models and everything in the codebase but rather decorate the appropriate methods with the Obsolete attribute.

[Obsolete("Launch Title functionality was removed from the protocol since dashboard ~10.0.11763.4088 / March 2019")]
mitchcapper commented 4 years ago

If that is the preference no problem:)

tuxuser commented 4 years ago

thanks