Fix SearchVideo.thumbnail

This commit is contained in:
Mattia 2021-04-29 15:46:36 +02:00
parent 1976d83588
commit 8219ed757b
2 changed files with 2 additions and 2 deletions

View File

@ -176,7 +176,7 @@ class _InitialData {
?.toDuration() ??
Duration.zero,
video
.get('thubnail')
.get('thumbnail')
?.getList('thumbnails')
?.last
.getT<String>('url') ??

View File

@ -1,6 +1,6 @@
name: youtube_explode_dart
description: A port in dart of the youtube explode library. Supports several API functions without the need of Youtube API Key.
version: 1.9.2+1
version: 1.9.2+2
homepage: https://github.com/Hexer10/youtube_explode_dart