Skip to content

Commit

Permalink
Revert "fix: changesd HQ thumbnail source "
Browse files Browse the repository at this point in the history
This reverts commit 70382e1.
  • Loading branch information
riccardoFasan committed Jul 16, 2023
1 parent 70382e1 commit 4237e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/youtube_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class YouTubeService {
title: metadata.title,
channel: metadata.author,
duration: metadata.duration ?? Duration.zero,
thumbnailMaxResUrl: metadata.thumbnails.highResUrl,
thumbnailMaxResUrl: metadata.thumbnails.maxResUrl,
thumbnailMinResUrl: metadata.thumbnails.mediumResUrl,
);
}
Expand Down

0 comments on commit 4237e7a

Please sign in to comment.