mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 16:05: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(
|
await toSiblingType(
|
||||||
0,
|
0,
|
||||||
YoutubeVideoInfo.fromVideo(
|
YoutubeVideoInfo.fromVideo(
|
||||||
await ref.read(youtubeEngineProvider).getVideo(ytLink!.url!),
|
await ref.read(youtubeEngineProvider).getVideo(
|
||||||
|
Uri.parse(ytLink!.url!).queryParameters["v"]!,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
ref,
|
ref,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user