Fix scheduled update
This commit is contained in:
parent
f2e0cca90b
commit
cbe94af85a
1 changed files with 2 additions and 1 deletions
|
@ -73,7 +73,8 @@ export class ScheduleVideoUpdateModel extends Model<ScheduleVideoUpdateModel> {
|
|||
[
|
||||
VideoScopeNames.WITH_FILES,
|
||||
VideoScopeNames.WITH_ACCOUNT_DETAILS,
|
||||
VideoScopeNames.WITH_BLACKLISTED
|
||||
VideoScopeNames.WITH_BLACKLISTED,
|
||||
VideoScopeNames.WITH_THUMBNAILS
|
||||
]
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue