Player: allow styles on CSP, loop videos
[akkoma] / lib / pleroma / web / metadata / opengraph.ex
index 4d6639c842960853265653830bcaf0f962d57a91..cafb8134b06b8405ba0c2d98800136431b5f4cf1 100644 (file)
@@ -99,8 +99,8 @@ defmodule Pleroma.Web.Metadata.Providers.OpenGraph do
 
             "image" ->
               [
-                {:meta, [property: "og:" <> media_type, content: Utils.attachment_url(url["href"])],
-                 []},
+                {:meta,
+                 [property: "og:" <> media_type, content: Utils.attachment_url(url["href"])], []},
                 {:meta, [property: "og:image:width", content: 150], []},
                 {:meta, [property: "og:image:height", content: 150], []}
                 | acc