mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 14:33:06 +03:00
fix duplicate connections on the dashboard
This commit is contained in:
@@ -32,12 +32,6 @@ namespace MediaBrowser.Common.Net
|
||||
/// <value>The user agent.</value>
|
||||
public string UserAgent { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the max resume count.
|
||||
/// </summary>
|
||||
/// <value>The max resume count.</value>
|
||||
public int MaxResumeCount { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the progress.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user