Skip to content

Commit

Permalink
Update soundcloud feed as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin committed Apr 6, 2021
1 parent 998faa3 commit 172ee23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/soundcloud.atom.erb
Expand Up @@ -16,7 +16,7 @@
<updated><%= Time.parse(track["created_at"]) %></updated>
<author><name><%= @user.esc %></name></author>
<content type="html">
&lt;iframe width="100%" height="185" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/<%= track["id"] %>" frameborder="0" scrolling="no" allowfullscreen referrerpolicy="no-referrer">&lt;/iframe>
&lt;iframe width="100%" height="185" src="https://w.soundcloud.com/player/?url=https://api.soundcloud.com/tracks/<%= track["id"] %>&amp;show_comments=false&amp;hide_related=true" frameborder="0" scrolling="no" allowfullscreen referrerpolicy="no-referrer">&lt;/iframe>

<%= "<p><img src='#{track["artwork_url"]}' referrerpolicy='no-referrer'></p>".esc if track["artwork_url"] %>
Expand Down

0 comments on commit 172ee23

Please sign in to comment.