mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Server: try to have a better video integrity
This commit is contained in:
parent
bb0b243c92
commit
ed04d94f6d
6 changed files with 194 additions and 71 deletions
|
@ -291,8 +291,8 @@ function listWithLimitAndRandom (limit, callback) {
|
|||
order: [
|
||||
[ 'id', 'ASC' ]
|
||||
],
|
||||
offset: start,
|
||||
limit: limit,
|
||||
// offset: start,
|
||||
// limit: limit,
|
||||
include: [ this.sequelize.models.Pod ]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue