]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/extra-utils/videos/video-captions.ts
Translated using Weblate (Arabic)
[github/Chocobozzz/PeerTube.git] / shared / extra-utils / videos / video-captions.ts
index 8d67f617b299ae5fcd1049c3de052dae9e090614..5bd533bba17517f7ba7cb6443133033dba5ec07e 100644 (file)
@@ -6,12 +6,12 @@ import { buildAbsoluteFixturePath } from '../miscs/miscs'
 const expect = chai.expect
 
 function createVideoCaption (args: {
-  url: string,
+  url: string
   accessToken: string
   videoId: string | number
   language: string
-  fixture: string,
-  mimeType?: string,
+  fixture: string
+  mimeType?: string
   statusCodeExpected?: number
 }) {
   const path = '/api/v1/videos/' + args.videoId + '/captions/' + args.language