aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-10-01 20:13:43 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-10-01 20:13:43 -0400
commit1da8509ae5b09cb421ece67421f2a88544a2c940 (patch)
tree253f4c152432f2ca2f9fb074b05650359a7ec23c /Emby.Server.Implementations
parenta452bc23b299b26cff3ff585862796c04ac5bc93 (diff)
update playback settings
Diffstat (limited to 'Emby.Server.Implementations')
-rw-r--r--Emby.Server.Implementations/Dto/DtoService.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Dto/DtoService.cs b/Emby.Server.Implementations/Dto/DtoService.cs
index 5ef910e51..9f08c6462 100644
--- a/Emby.Server.Implementations/Dto/DtoService.cs
+++ b/Emby.Server.Implementations/Dto/DtoService.cs
@@ -1642,6 +1642,7 @@ namespace Emby.Server.Implementations.Dto
return null;
}
+ return null;
_logger.Info("Getting image size for item type {0}", item.GetType().Name);
try