don't prevent channels with 0 youtube videos from transferring
This commit is contained in:
parent
c9e713e9df
commit
b59372c1d8
1 changed files with 1 additions and 1 deletions
|
@ -1029,7 +1029,7 @@ func (s *Sync) enqueueYoutubeVideos() error {
|
||||||
if youtubeIsLying {
|
if youtubeIsLying {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
return errors.Err("playlist items not found")
|
break //return errors.Err("playlist items not found") //TODO: will this work?
|
||||||
}
|
}
|
||||||
videoIDs := make([]string, 50)
|
videoIDs := make([]string, 50)
|
||||||
for i, item := range playlistResponse.Items {
|
for i, item := range playlistResponse.Items {
|
||||||
|
|
Loading…
Reference in a new issue