Skip to content

Commit

Permalink
Fix Arte7Bridge.
Browse files Browse the repository at this point in the history
Fixes #633
  • Loading branch information
teromene committed Mar 6, 2018
1 parent 26ce16b commit 6e916dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/Arte7Bridge.php
Expand Up @@ -60,7 +60,7 @@ public function collectData(){
break;
}

$url = 'https://api.arte.tv/api/opa/v3/videos?sort=broadcastBegin&limit=10&language='
$url = 'https://api.arte.tv/api/opa/v3/videos?sort=-lastModified&limit=10&language='
. $lang
. ($category != null ? '&category.code=' . $category : '');

Expand Down

0 comments on commit 6e916dd

Please sign in to comment.