bug: error when no episode is published
### Describe the bug When no episode is published, an error 500 is raised on public website. ### Steps to reproduce 1. Create a podcast. 2. Go to public website. 3. Error 500 lies there. ### Expected behavior No error 500. ### Actual behavior Error 500. ### Relevant logs and/or screenshots ![Screenshot_from_2021-02-25_22-58-07](/uploads/5e2b5e14ce8e17bb3d8bde13241e26b6/Screenshot_from_2021-02-25_22-58-07.png) ### Context - Castopod: alpha-37 - OS: Any - Browser: Any - Web server: Any ### Possible fixes `getDefaultQuery()` may return null but this is not handled.
issue