fix bug in video length

This commit is contained in:
Niko Storni 2020-04-23 16:37:35 +02:00
parent fbe09a692c
commit 69c2a91ec7

View file

@ -242,7 +242,7 @@ func (s *Sync) setStatusSyncing() error {
func (s *Sync) setExceptions() { func (s *Sync) setExceptions() {
if s.YoutubeChannelID == "UCwjQfNRW6sGYb__pd7d4nUg" { //@FreeTalkLive if s.YoutubeChannelID == "UCwjQfNRW6sGYb__pd7d4nUg" { //@FreeTalkLive
s.Manager.maxVideoLength = 0.0 // skips max length checks s.MaxVideoLength = 9999.0 // skips max length checks
s.Manager.maxVideoSize = 0 s.Manager.maxVideoSize = 0
} }
} }