You are here

function media_youtube_update_6012 in Media: YouTube 6

Rebuild youtube data to account for not saving raw by default.

1 string reference to 'media_youtube_update_6012'
media_youtube_update_6014 in ./media_youtube.install
Self-correct for missing thumbnails from a previous mistake.

File

./media_youtube.install, line 200
This is Media: YouTube's installation, configuration, and removal file.

Code

function media_youtube_update_6012() {
  media_youtube_variable_set('media_youtube_update_6012', TRUE);
  return _media_youtube_fetch_metadata_batch_set('_media_youtube_update_fetch_metadata', t('Importing YouTube metadata.'), 'Retrieved current YouTube metadata for the %field field.');
}