aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Dto
diff options
context:
space:
mode:
authortelans <telans@protonmail.com>2020-06-14 20:49:24 +1200
committertelans <telans@protonmail.com>2020-06-15 10:40:57 +1200
commit726e116d5bb0038edfdaa7f1672fa22df499964b (patch)
treeab2189322e96e8d48af7ab43fd55cc2fc39fd18e /Emby.Server.Implementations/Dto
parent15aea76523d1ad36ac4a1c8850bd099882c6325d (diff)
fix SA1510
Diffstat (limited to 'Emby.Server.Implementations/Dto')
-rw-r--r--Emby.Server.Implementations/Dto/DtoService.cs1
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)