diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-01-13 20:21:32 +0100 |
|---|---|---|
| committer | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-01-13 20:21:32 +0100 |
| commit | 58b582bdcb11bbcc45099e3f196ae26b93a41418 (patch) | |
| tree | d1ed2cdc45a7c45617424aa7f500e0ef07a47fb0 /Emby.Server.Implementations/Library/Validators/GenresPostScanTask.cs | |
| parent | c5c7a3c4ee763f04a45e72726f52687666bde8f7 (diff) | |
Visual Studio Reformat: Emby.Server.Implementations Part I-Lib
Diffstat (limited to 'Emby.Server.Implementations/Library/Validators/GenresPostScanTask.cs')
| -rw-r--r-- | Emby.Server.Implementations/Library/Validators/GenresPostScanTask.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/Library/Validators/GenresPostScanTask.cs b/Emby.Server.Implementations/Library/Validators/GenresPostScanTask.cs index 4f4133340..55638a26f 100644 --- a/Emby.Server.Implementations/Library/Validators/GenresPostScanTask.cs +++ b/Emby.Server.Implementations/Library/Validators/GenresPostScanTask.cs @@ -1,7 +1,7 @@ -using MediaBrowser.Controller.Library; -using System; +using System; using System.Threading; using System.Threading.Tasks; +using MediaBrowser.Controller.Library; using MediaBrowser.Controller.Persistence; using Microsoft.Extensions.Logging; |
