This commit is contained in:
2023-03-06 15:17:37 +11:00
parent 08385f786e
commit fcf20a58c4
4 changed files with 12 additions and 10 deletions

View File

@@ -12,10 +12,6 @@ module Adamantium
track.dig("artist", "content")
end
expose :image do |track:|
track["image"].detect { |i| i["size"] == "small" }["content"]
end
expose :url do |track:|
track["url"]
end