]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/extra-utils/videos/history-command.ts
Add transcoding fail message in client
[github/Chocobozzz/PeerTube.git] / shared / extra-utils / videos / history-command.ts
index 8a144a31261b80dc08a2892f7016729ee58961b7..13b7150c1c1d526727b96259a8c1db69035c7834 100644 (file)
@@ -1,5 +1,4 @@
-import { ResultList, Video } from '@shared/models'
-import { HttpStatusCode } from '../../core-utils/miscs/http-error-codes'
+import { HttpStatusCode, ResultList, Video } from '@shared/models'
 import { AbstractCommand, OverrideCommandOptions } from '../shared'
 
 export class HistoryCommand extends AbstractCommand {