Skip to content

Commit

Permalink
Set title tag for live streams
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Aug 18, 2023
1 parent 8291dcf commit 2d893fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/asciinema_web/controllers/live_stream_controller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ defmodule AsciinemaWeb.LiveStreamController do
render(
conn,
:show,
page_title: AsciinemaWeb.LiveStreamHTML.title(stream),
player_opts: player_opts(params),
actions: stream_actions(stream, current_user),
user_is_self: user_is_self,
Expand Down

0 comments on commit 2d893fc

Please sign in to comment.