cubehouse / themeparks

Unofficial API for accessing ride wait times and schedules for Disneyland, Disney World, Universal Studios, and many more parks
MIT License
536 stars 126 forks source link

Fix for a issue fetching wait times returns empty on TokyoDisney. #302

Closed nearprosmith closed 4 years ago

nearprosmith commented 4 years ago

Hi,

On yesterday, Tokyo Disney Resort re-opened. And all attraction's ID have probably been changed. Specifically, ID on feching facilities(rides) and ID on fetching wait times no longer match. So, DisneyTokyoPark.FetchWaitTimes() returns empty now.

we have to use ride.facilityCode when facility links wait times instead of ride.id.

I attempt to fix this problem but I don't know this way is the best.

regards,