fix length checks on single syncs
This commit is contained in:
parent
5d40d24804
commit
9bfb1656fe
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ func (s *SyncManager) Start() error {
|
||||||
ConcurrentVideos: s.concurrentVideos,
|
ConcurrentVideos: s.concurrentVideos,
|
||||||
Refill: s.refill,
|
Refill: s.refill,
|
||||||
Manager: s,
|
Manager: s,
|
||||||
|
MaxVideoLength: s.maxVideoLength,
|
||||||
LbrycrdString: s.lbrycrdString,
|
LbrycrdString: s.lbrycrdString,
|
||||||
AwsS3ID: s.awsS3ID,
|
AwsS3ID: s.awsS3ID,
|
||||||
AwsS3Secret: s.awsS3Secret,
|
AwsS3Secret: s.awsS3Secret,
|
||||||
|
|
Loading…
Reference in a new issue