We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 290686a commit 4d18ebdCopy full SHA for 4d18ebd
lib/podlove-web-player-rails/view_helpers.rb
@@ -100,7 +100,7 @@ def podlovevideo(options = {})
100
101
def podlove(type, options = {})
102
id = "player_" + SecureRandom.hex(5)
103
- preload ||= "auto"
+ preload = options[:preload] || "auto"
104
105
html = "<#{type} id='#{id}' preload=#{preload}>"
106
html << "<source src='#{options[:src]}'"\
0 commit comments