Skip to content

Commit

Permalink
add articlesModificationTime to playlist articles response
Browse files Browse the repository at this point in the history
  • Loading branch information
ahilles107 committed Mar 2, 2015
1 parent 186178f commit 98a85fc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ public function getPlaylistsArticlesAction(Request $request, $id)
'title' => $playlist->getName(),
'notes' => $playlist->getNotes(),
'maxItems' => $playlist->getMaxItems(),
'articlesModificationTime' => $playlist->getArticlesModificationTime()
), $articles);

return $allItems;
Expand Down

0 comments on commit 98a85fc

Please sign in to comment.