diff options
| author | Bond-009 <bond.009@outlook.com> | 2021-04-17 14:51:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-17 14:51:33 +0200 |
| commit | 990e4e8e58e2d15f9bbd010e06915a40c9180235 (patch) | |
| tree | d97694ca31bf52da2fc261259693e8b1c090fcc4 /MediaBrowser.Controller/MediaEncoding/JobLogger.cs | |
| parent | b63f615fd4f92f40394d04c9ae764b35aadc000d (diff) | |
| parent | bc1cc2d04ae0e823becf59964e5bdc5a74ae7741 (diff) | |
Merge pull request #5843 from BaronGreenback/Cleanup4
Code Clean up: Remove unused using directives
Diffstat (limited to 'MediaBrowser.Controller/MediaEncoding/JobLogger.cs')
| -rw-r--r-- | MediaBrowser.Controller/MediaEncoding/JobLogger.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/MediaEncoding/JobLogger.cs b/MediaBrowser.Controller/MediaEncoding/JobLogger.cs index cc8820f39..227c5f258 100644 --- a/MediaBrowser.Controller/MediaEncoding/JobLogger.cs +++ b/MediaBrowser.Controller/MediaEncoding/JobLogger.cs @@ -3,7 +3,6 @@ using System; using System.Globalization; using System.IO; -using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.Extensions.Logging; |
