mirror of
https://github.com/dkam/paapi.git
synced 2025-12-28 07:04:53 +00:00
Bug fix for language
This commit is contained in:
@@ -87,11 +87,11 @@ module Paapi
|
||||
end
|
||||
|
||||
def original_language
|
||||
language&.find {|l| l['Type'] == 'Original Language' }&.dig('DisplayValue')
|
||||
languages&.find {|l| l['Type'] == 'Original Language' }&.dig('DisplayValue')
|
||||
end
|
||||
|
||||
def published_language
|
||||
language&.find {|l| l['Type'] == 'Published' }&.dig('DisplayValue')
|
||||
languages&.find {|l| l['Type'] == 'Published' }&.dig('DisplayValue')
|
||||
end
|
||||
|
||||
def eans
|
||||
|
||||
Reference in New Issue
Block a user