diff options
| author | Jake Mannens <jake@asger.xyz> | 2026-06-25 02:17:20 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2026-06-25 12:25:05 +1000 |
| commit | dcfa98b503ce5d6a20e60bf2f41c2d3f44ef49f1 (patch) | |
| tree | 2c2f5a6ecc3872bb164cea3c4e08e156116f73ca | |
| parent | f25134d087bd7c3f5455c529c302c870b4772ba4 (diff) | |
Removed unnecessary usings
| -rw-r--r-- | Services/MediaService.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Services/MediaService.cs b/Services/MediaService.cs index 5326faf..9974802 100644 --- a/Services/MediaService.cs +++ b/Services/MediaService.cs @@ -4,7 +4,6 @@ using ImageMagick; using Microsoft.EntityFrameworkCore; using MimeDetective; using MimeDetective.Definitions; -using System.Diagnostics.CodeAnalysis; using System.Security.Cryptography; using System.Text.RegularExpressions; |
