Skip to content

Commit

Permalink
Merge pull request ngMorocco#18 from ikourfaln/fix/video-thumbnail-size
Browse files Browse the repository at this point in the history
fix: video thumbnail size
  • Loading branch information
chihab authored Mar 12, 2021
2 parents 8d65dac + 5544541 commit 73df15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/_core/services/youtube-data.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class YoutubeDataService {
title: playlisteItem.snippet!.title,
description: playlisteItem.snippet!.description,
publishedAt: playlisteItem.snippet!.publishedAt,
thumbnailUrl: playlisteItem.snippet!.thumbnails!.standard!.url,
thumbnailUrl: playlisteItem.snippet!.thumbnails!.maxres!.url,
} as YtVideoItem)
)
),
Expand Down

0 comments on commit 73df15d

Please sign in to comment.