Skip to content

Commit

Permalink
Links to wiki now
Browse files Browse the repository at this point in the history
  • Loading branch information
aleves64 committed Jan 3, 2021
1 parent ac7cc87 commit f91b2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/channel/playlist.js
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ PlaylistModule.prototype._addItem = function (media, data, user, cb) {
}

if (media.meta.rating) {
return qfail("Cannot add age restricted videos because google sucks");
return qfail("Cannot add age restricted videos. See: https://github.com/calzoneman/sync/wiki/Frequently-Asked-Questions#why-dont-age-restricted-youtube-videos-work");
}

/* Warn about blocked countries */
Expand Down

0 comments on commit f91b2e7

Please sign in to comment.