Raw query to get video ids

This commit is contained in:
Chocobozzz 2018-09-14 11:09:34 +02:00
parent 3f6b6a565d
commit 2b62cccd75
No known key found for this signature in database
GPG Key ID: 583A612D890159BE

View File

@ -221,6 +221,7 @@ type AvailableForListIDsOptions = {
},
[ ScopeNames.AVAILABLE_FOR_LIST_IDS ]: (options: AvailableForListIDsOptions) => {
const query: IFindOptions<VideoModel> = {
raw: true,
attributes: [ 'id' ],
where: {
id: {