* return meta

This commit is contained in:
Seth Call 2015-11-20 08:39:01 -06:00
parent c329912527
commit 049a90445b
1 changed files with 1 additions and 0 deletions

View File

@ -2487,6 +2487,7 @@ module JamRuby
if is_tim_tracks_storage?
meta[:genres] = ['acapella']
end
meta
rescue AWS::S3::Errors::NoSuchKey
return nil
end