aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Helpers/ProgressiveFileStream.cs
diff options
context:
space:
mode:
authorClaus Vium <cvium@users.noreply.github.com>2021-09-07 19:40:03 +0200
committerGitHub <noreply@github.com>2021-09-07 19:40:03 +0200
commitc794e48562e209a93886a91a7d99380462350194 (patch)
tree94a355c36e6261f663ebfd5f1b4d6fe442bc8276 /Jellyfin.Api/Helpers/ProgressiveFileStream.cs
parent9c628cad2211317ff19876f659a085e0282da93e (diff)
parente5980f868643e4e92448bbfb31a0fedae3929691 (diff)
Merge pull request #6522 from ferferga/efcore-improvements
Diffstat (limited to 'Jellyfin.Api/Helpers/ProgressiveFileStream.cs')
-rw-r--r--Jellyfin.Api/Helpers/ProgressiveFileStream.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Api/Helpers/ProgressiveFileStream.cs b/Jellyfin.Api/Helpers/ProgressiveFileStream.cs
index 82f35fc35..d4cc0172d 100644
--- a/Jellyfin.Api/Helpers/ProgressiveFileStream.cs
+++ b/Jellyfin.Api/Helpers/ProgressiveFileStream.cs
@@ -1,7 +1,6 @@
using System;
using System.Diagnostics;
using System.IO;
-using System.Runtime.InteropServices;
using System.Threading;
using System.Threading.Tasks;
using Jellyfin.Api.Models.PlaybackDtos;