mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 16:25:28 +03:00
fix duplicate connections on the dashboard
This commit is contained in:
@@ -75,8 +75,7 @@ namespace MediaBrowser.Common.Implementations.Updates
|
||||
{
|
||||
Url = package.sourceUrl,
|
||||
CancellationToken = cancellationToken,
|
||||
Progress = progress,
|
||||
MaxResumeCount = 3
|
||||
Progress = progress
|
||||
|
||||
}).ConfigureAwait(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user