Skip to content

Commit

Permalink
fix: use FRAME_WIDTH attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Dec 11, 2022
1 parent 9da81e4 commit 52f1f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tv.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const getTVCategoryProgramPlaylistChapter = (chapter_id) => {
return {
encoding_rate: video.ENCODING_RATE,
height: video.FRAME_HEIGHT,
width: video.WIDTH,
width: video.FRAME_WIDTH,
url: video.PMD_URL,
};
}),
Expand Down

0 comments on commit 52f1f8e

Please sign in to comment.