]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/server-commands/videos/captions-command.ts
Add event doc to view endpoint
[github/Chocobozzz/PeerTube.git] / shared / server-commands / videos / captions-command.ts
index a65ea99e33dab71ccb1b15be2c130f18376b03e5..62bf9c5e60dfb110da65d71e7679466042fbd65c 100644 (file)
@@ -1,5 +1,5 @@
+import { buildAbsoluteFixturePath } from '@shared/core-utils'
 import { HttpStatusCode, ResultList, VideoCaption } from '@shared/models'
-import { buildAbsoluteFixturePath } from '../miscs'
 import { AbstractCommand, OverrideCommandOptions } from '../shared'
 
 export class CaptionsCommand extends AbstractCommand {