mirror of https://github.com/calzoneman/sync.git
Links to wiki now
This commit is contained in:
parent
7c3d2f74ed
commit
18fd611c91
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue