aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/extra-utils/videos/services-command.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/extra-utils/videos/services-command.ts')
-rw-r--r--shared/extra-utils/videos/services-command.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/extra-utils/videos/services-command.ts b/shared/extra-utils/videos/services-command.ts
index 313b7878c..06760df42 100644
--- a/shared/extra-utils/videos/services-command.ts
+++ b/shared/extra-utils/videos/services-command.ts
@@ -1,4 +1,4 @@
1import { HttpStatusCode } from '../../core-utils/miscs/http-error-codes' 1import { HttpStatusCode } from '@shared/models'
2import { AbstractCommand, OverrideCommandOptions } from '../shared' 2import { AbstractCommand, OverrideCommandOptions } from '../shared'
3 3
4export class ServicesCommand extends AbstractCommand { 4export class ServicesCommand extends AbstractCommand {