diff options
| author | telans <telans@protonmail.com> | 2020-06-14 20:49:24 +1200 |
|---|---|---|
| committer | telans <telans@protonmail.com> | 2020-06-15 10:40:57 +1200 |
| commit | 726e116d5bb0038edfdaa7f1672fa22df499964b (patch) | |
| tree | ab2189322e96e8d48af7ab43fd55cc2fc39fd18e /Emby.Server.Implementations/Dto | |
| parent | 15aea76523d1ad36ac4a1c8850bd099882c6325d (diff) | |
fix SA1510
Diffstat (limited to 'Emby.Server.Implementations/Dto')
| -rw-r--r-- | Emby.Server.Implementations/Dto/DtoService.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Dto/DtoService.cs b/Emby.Server.Implementations/Dto/DtoService.cs index 7e0cfe4240..040c982aef 100644 --- a/Emby.Server.Implementations/Dto/DtoService.cs +++ b/Emby.Server.Implementations/Dto/DtoService.cs @@ -406,7 +406,6 @@ namespace Emby.Server.Implementations.Dto dto.DateLastMediaAdded = folder.DateLastMediaAdded; } } - else { if (options.EnableUserData) |
