mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
chore: setting video url instead of video id in fetchSiblings
This commit is contained in:
parent
b1b7d0fda7
commit
f270b2ebb9
@ -252,7 +252,9 @@ class YoutubeSourcedTrack extends SourcedTrack {
|
||||
await toSiblingType(
|
||||
0,
|
||||
YoutubeVideoInfo.fromVideo(
|
||||
await ref.read(youtubeEngineProvider).getVideo(ytLink!.url!),
|
||||
await ref.read(youtubeEngineProvider).getVideo(
|
||||
Uri.parse(ytLink!.url!).queryParameters["v"]!,
|
||||
),
|
||||
),
|
||||
ref,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user