You are here

function emvideo_yahoomusic_data_version in Embedded Media Field 6.3

Same name and namespace in other branches
  1. 6 contrib/emvideo/providers/yahoomusic.inc \emvideo_yahoomusic_data_version()

Implement hook emvideo_PROVIDER_data_version().

File

contrib/emvideo/providers/yahoomusic.inc, line 157
This include processes Yahoo Music API media files for use by emfield.module.

Code

function emvideo_yahoomusic_data_version() {
  return EMVIDEO_YAHOOMUSIC_DATA_VERSION;
}