/**
  * Adds an AJAX-only filter on the renderEpisodeList action
  * @return array the filters for this controller
  */
 public function filters()
 {
     return array_merge(parent::filters(), array('ajaxOnly + renderEpisodeList'));
 }