Skip to content

Commit

Permalink
Add field cover to lives_controller.
Browse files Browse the repository at this point in the history
  • Loading branch information
YunzheZJU committed Jun 20, 2020
1 parent 49d72b6 commit c20e4f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/api/v1/lives_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def transform(live)
duration: live.duration,
start_at: live.start_at,
channel_id: live.channel_id,
cover: live.cover,
room: live.room.room,
platform: live.room.platform.platform,
channel: live.channel.channel,
Expand Down

0 comments on commit c20e4f9

Please sign in to comment.