diff options
| author | Bond-009 <bond.009@outlook.com> | 2022-09-29 14:32:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-29 14:32:00 +0200 |
| commit | b85cde722bc91f0e6d3cc3b7fd5dfb0a950ec7af (patch) | |
| tree | d7a627da5783a83f3699c5d7382d091fff4961d4 /tests/Jellyfin.MediaEncoding.Tests/Subtitles/SrtParserTests.cs | |
| parent | a6ebcc8c585798745ccfdd2ea3e22484c685f9a0 (diff) | |
| parent | 4edeccc5e0ff391a5f8c35f5f9b81a5ca0e228de (diff) | |
Merge pull request #8469 from hannesbraun/remove-redundant-using
Diffstat (limited to 'tests/Jellyfin.MediaEncoding.Tests/Subtitles/SrtParserTests.cs')
| -rw-r--r-- | tests/Jellyfin.MediaEncoding.Tests/Subtitles/SrtParserTests.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Jellyfin.MediaEncoding.Tests/Subtitles/SrtParserTests.cs b/tests/Jellyfin.MediaEncoding.Tests/Subtitles/SrtParserTests.cs index 0038b1873..2aebee556 100644 --- a/tests/Jellyfin.MediaEncoding.Tests/Subtitles/SrtParserTests.cs +++ b/tests/Jellyfin.MediaEncoding.Tests/Subtitles/SrtParserTests.cs @@ -1,7 +1,6 @@ using System; using System.Globalization; using System.IO; -using System.Threading; using MediaBrowser.MediaEncoding.Subtitles; using Microsoft.Extensions.Logging.Abstractions; using Xunit; |
