Show is not properly deactivated
Given a show with a few future timeslots deactivating it with
# PATCH /shows/4/
{ "isActive": false }
didn’t remove these timeslots even though the show was reported as inactive in the response.
This doesn’t fulfill the requirements in dashboard#193 (closed).