mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-28 22:18:06 +00:00
mono fixes
This commit is contained in:
@@ -555,11 +555,6 @@ namespace MediaBrowser.Common.Implementations.HttpClientManager
|
||||
{
|
||||
throw new ArgumentNullException("url");
|
||||
}
|
||||
|
||||
if (cancellationToken == null)
|
||||
{
|
||||
throw new ArgumentNullException("cancellationToken");
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user