You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: prevent playlist download from stalling on unavailable videos
videoInfo = null previously skipped amountOfVideosDone count, causing the service to never complete. The logic now ensures the progress counter is always incremented even if a video cannot be fetched.
0 commit comments