mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Restore MediaBrowser.Model.Extensions after #2008
Removing this caused lines 270-271 to fail as the function override did not exist in the .NET 2.2 framework. Restores functionality.
This commit is contained in:
parent
7ccef6068b
commit
7f5a070406
@ -15,6 +15,7 @@ using MediaBrowser.Controller;
|
||||
using MediaBrowser.Controller.Configuration;
|
||||
using MediaBrowser.Controller.Net;
|
||||
using MediaBrowser.Model.Events;
|
||||
using MediaBrowser.Model.Extensions;
|
||||
using MediaBrowser.Model.Serialization;
|
||||
using MediaBrowser.Model.Services;
|
||||
using Microsoft.AspNetCore.Http;
|
||||
|
Loading…
x
Reference in New Issue
Block a user