Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #27 from solocommand/company-videos-link
Browse files Browse the repository at this point in the history
  • Loading branch information
zarathustra323 authored Feb 23, 2021
2 parents d7b61cf + ab535ce commit 5f910a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ module.exports = {
const { playlistId, channelId, username } = asObject(youtube);
switch (true) {
case Boolean(playlistId):
return `https://youtube.com/playlist/${playlistId}`;
return `https://youtube.com/playlist?list=${playlistId}`;
case Boolean(channelId):
return `https://youtube.com/channel/${channelId}`;
case Boolean(username):
Expand Down

0 comments on commit 5f910a4

Please sign in to comment.