Browse Source

Fix RedownloadMediaWorker (#13741)

master
Takeshi Umeda 4 years ago
committed by GitHub
parent
commit
706972b4ba
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/workers/redownload_media_worker.rb

+ 1
- 1
app/workers/redownload_media_worker.rb View File

@ -11,7 +11,7 @@ class RedownloadMediaWorker
return if media_attachment.remote_url.blank?
media_attachment.reset_file!
media_attachment.file_remote_url = media_attachment.remote_url
media_attachment.save
rescue ActiveRecord::RecordNotFound
true

Loading…
Cancel
Save