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