Multiple field-tested bugfixes
Some checks failed
rolling-release / build (push) Has been cancelled
rolling-release / rolling-release (push) Has been cancelled

This commit is contained in:
Dmitrii Okunev
2025-07-27 22:07:43 +01:00
parent d7325ef61b
commit ee80a08343
9 changed files with 276 additions and 65 deletions

View File

@@ -305,7 +305,7 @@ func (d *StreamD) initYouTubeBackend(ctx context.Context) error {
return d.setPlatformConfig(ctx, youtube.ID, cfg)
},
d.UI.OAuthHandlerYouTube,
d.GetOAuthListenPorts,
func() []uint16 { return []uint16{8091} }, // TODO: replace with: d.GetOAuthListenPorts,
)
if err != nil {
return fmt.Errorf("unable to initialize the backend 'YouTube': %w", err)