aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-07-13 23:36:23 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-07-13 23:36:23 -0400
commit7e52b0d3041bd0881cd9b8c6e2e1103a700b57be (patch)
treec9ba011038bb0a7e1fcbf9b6a2d06c5662ea61f2 /MediaBrowser.Server.Implementations
parent1f443097b7fa6f9ff829157120c4589d3ed65754 (diff)
add service message
Diffstat (limited to 'MediaBrowser.Server.Implementations')
-rw-r--r--MediaBrowser.Server.Implementations/Dto/DtoService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Dto/DtoService.cs b/MediaBrowser.Server.Implementations/Dto/DtoService.cs
index de6c23cac6..975e292f0d 100644
--- a/MediaBrowser.Server.Implementations/Dto/DtoService.cs
+++ b/MediaBrowser.Server.Implementations/Dto/DtoService.cs
@@ -1322,7 +1322,7 @@ namespace MediaBrowser.Server.Implementations.Dto
}
}
- if (fields.Contains(ItemFields.SeriesPrimaryImage))
+ //if (fields.Contains(ItemFields.SeriesPrimaryImage))
{
episodeSeries = episodeSeries ?? episode.Series;
if (episodeSeries != null)