Cosmetic tweaks
This commit is contained in:
parent
22f8b0f328
commit
a1d9902b2a
3 changed files with 5 additions and 3 deletions
|
@ -243,6 +243,8 @@ class Application_Service_PodcastEpisodeService extends Application_Service_Thir
|
|||
if ($isStationPodcast) {
|
||||
$episodes = $episodes->setLimit($limit);
|
||||
}
|
||||
// XXX: We should maybe try to alias this so we don't pass CcFiles as an array key to the frontend.
|
||||
// It would require us to iterate over all the episodes and change the key for the response though...
|
||||
$episodes = $episodes->joinWith('PodcastEpisodes.CcFiles')
|
||||
->setOffset($offset)
|
||||
->orderBy($sortColumn, $sortDir)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue