Skip to content

Commit

Permalink
fix(YouTube - Hook Download Button): Playlist isn't downloadable
Browse files Browse the repository at this point in the history
  • Loading branch information
YT-Advanced committed Mar 16, 2024
1 parent 8a8259d commit b2ce2d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ private static void performDownload(@Nullable String id, boolean isPlaylist) {
context = ReVancedUtils.getContext();
isActivityContext = false;
}
download(context, isActivityContext, id, false);
download(context, isActivityContext, id, isPlaylist);
}

/**
Expand Down

0 comments on commit b2ce2d9

Please sign in to comment.