Skip to content

Commit

Permalink
feat(videodetail): add tracks for player
Browse files Browse the repository at this point in the history
  • Loading branch information
royschut committed Jun 25, 2021
1 parent d012552 commit cf8c192
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/containers/Cinema/Cinema.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ const Cinema: React.FC<Props> = ({ item, onPlay, onPause, onComplete, onUserActi
title: item.title,
description: item.description,
sources: item.sources.map((source) => ({ ...source })),
tracks: item.tracks,
},
],
aspect: false,
Expand Down

0 comments on commit cf8c192

Please sign in to comment.