fix bug in video length
This commit is contained in:
parent
fbe09a692c
commit
69c2a91ec7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue