/**
  * Image URL with fallback
  *
  * @deprecated since 2.2.0, use `episode.image({fallback: true}).url` instead
  * @accessor
  */
 public function imageUrlWithFallback()
 {
     return new Image($this->episode->cover_art_with_fallback());
 }