* fix importer on oriental/asian

This commit is contained in:
Seth Call 2015-08-15 14:26:54 -05:00
parent e62d9e126f
commit efbecded54
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ module JamRuby
elsif genre == 'humour'
# swallow
elsif genre == 'oriental'
genres << genre.find('asian')
genres << Genre.find('asian')
else
found = Genre.find_by_id(genre)
genres << found if found