]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/request-video-qadu-scheduler.js
Server: typo
[github/Chocobozzz/PeerTube.git] / server / lib / request-video-qadu-scheduler.js
index bfccc5234441b62ce7b12a9632e5dfd8ce48af01..ac50cfc111e7495f50bfe0585996146a8b9e85ad 100644 (file)
@@ -37,7 +37,7 @@ module.exports = class RequestVideoQaduScheduler extends BaseRequestScheduler {
         if (!requestsToMakeGrouped[hashKey]) {
           requestsToMakeGrouped[hashKey] = {
             toPod: pod,
-            endpoint: constants.REQUEST_ENDPOINTS.QADU,
+            endpoint: constants.REQUEST_VIDEO_QADU_ENDPOINT,
             ids: [], // request ids, to delete them from the DB in the future
             datas: [], // requests data
             videos: {}