Skip to content

Commit

Permalink
Release v3.6.7 - Set Youtube video uploads as unlisted by default
Browse files Browse the repository at this point in the history
  • Loading branch information
eos87 committed Oct 8, 2019
1 parent b68b4f7 commit 2fc4cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/scripts/sir-trevor-blocks/video-block.js
Expand Up @@ -157,7 +157,7 @@ export default function videoBlock(SirTrevor, config) {
categoryId: 22,
},
status: {
privacyStatus: 'public',
privacyStatus: 'unlisted',
},
};

Expand Down

0 comments on commit 2fc4cce

Please sign in to comment.