#556 -- Pass APIUtils in one spot it wasn't passed

This commit is contained in:
Buster "Silver Eagle" Neece 2018-04-21 02:47:26 -05:00
parent 6c8f51d83e
commit e450305bb2
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ class NowPlaying extends SyncAbstract
$offline_sh = new Entity\Api\NowPlayingCurrentSong;
$offline_sh->sh_id = 0;
$offline_sh->song = $song_obj->api();
$offline_sh->song = $song_obj->api($this->api_utils);
$np->now_playing = $offline_sh;
$np->song_history = $this->history_repo->getHistoryForStation($station, $this->url);