Add parallel loading for fetching stream links from provider #65
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Creepso/NuvioStreaming_backup_24-10-25#65
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I am facing a wait issue in which when I click play button it starts fetching stream links from provider but it is fetching in series not at same time.It will be great if you add parallel loading streaming links. It will reduce loading time.
Providers are already following promise.all for parallel fetching.