list youtube-dl downloads in descending order
This commit is contained in:
@@ -67,6 +67,7 @@ class DbHelper
|
||||
->andWhere('type = :type')
|
||||
->setParameter('uid', $uid)
|
||||
->setParameter('type', Helper::DOWNLOADTYPE['YOUTUBE-DL'])
|
||||
->orderBy('id', 'DESC')
|
||||
->execute();
|
||||
return $qb->fetchAll();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user