Update key image checker
This commit is contained in:
@@ -42,7 +42,7 @@ module Admin
|
||||
|
||||
def key_image
|
||||
if photos?
|
||||
return photos.first["url"]
|
||||
return photos.first["value"]
|
||||
end
|
||||
|
||||
inline_images.first[1] if inline_images
|
||||
|
@@ -42,7 +42,7 @@ module Main
|
||||
|
||||
def key_image
|
||||
if photos?
|
||||
return photos.first["url"]
|
||||
return photos.first["value"]
|
||||
end
|
||||
|
||||
if videos?
|
||||
|
Reference in New Issue
Block a user