Fix v0 URL param
This commit is contained in:
parent
430c2654dc
commit
0f684f46ae
@ -2,7 +2,7 @@ module AsciicastsHelper
|
||||
|
||||
def player(asciicast, options = PlaybackOptions.new, skip_titlebar = false)
|
||||
render 'asciicasts/player',
|
||||
asciicast: AsciicastSerializer.new(asciicast, playback_options: options),
|
||||
asciicast: AsciicastSerializer.new(asciicast, v0: options.v0),
|
||||
options: options,
|
||||
skip_titlebar: skip_titlebar
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user