Skip to content

Commit

Permalink
Fix processing
Browse files Browse the repository at this point in the history
  • Loading branch information
NeKzor committed Jun 15, 2024
1 parent 9f2df35 commit a5c3de9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/server/tasks/processing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@ const processVideos = async () => {
, share_id
, created_at
, video_external_id
, video_preview_url
, thumbnail_url_large
, thumbnail_url_small
from videos
where processed = 0
and pending = ?
Expand Down

0 comments on commit a5c3de9

Please sign in to comment.