diff options
| author | KonH <konh@yandex.ru> | 2021-10-03 10:49:41 +0700 |
|---|---|---|
| committer | KonH <konh@yandex.ru> | 2021-10-03 10:49:41 +0700 |
| commit | b6bf43af4590579a1902552ed1b1eaaa4946f7b3 (patch) | |
| tree | 33c57d7387e8a1f8b6f282dd7c98abc6e78896d8 /Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs | |
| parent | 7c282ec3694d8e6a127588c41cd0c68f8ee4e93b (diff) | |
Fix warning: Using directive is not required by the code and can be safely removed (#2149)
Diffstat (limited to 'Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs')
| -rw-r--r-- | Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs b/Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs index be4926da6..73a619b8d 100644 --- a/Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs +++ b/Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs @@ -26,7 +26,6 @@ using System; using System.IO; using System.Threading; using System.Threading.Tasks; -using MediaBrowser.Model.IO; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Http.Extensions; using Microsoft.AspNetCore.Mvc; |
