diff --git a/airtime_mvc/application/models/ShowInstance.php b/airtime_mvc/application/models/ShowInstance.php index f5fbf1aa7..c3b423af6 100644 --- a/airtime_mvc/application/models/ShowInstance.php +++ b/airtime_mvc/application/models/ShowInstance.php @@ -69,6 +69,13 @@ SQL; return $show->getDbName(); } + + public function getImagePath() + { + $show = CcShowQuery::create()->findPK($this->getShowId()); + + return $show->getDbImagePath(); + } public function getGenre() {