aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/EntryPoints/Notifications/Notifications.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-10-31 00:28:23 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-10-31 00:28:23 -0400
commit3bf72b71b35c031e89a1b45ddc717e3d5d45afb0 (patch)
tree35ee919a685c70fff79125a98a4286c5a529422c /MediaBrowser.Server.Implementations/EntryPoints/Notifications/Notifications.cs
parent0579f245e47334094c03583defc1baf434de2b36 (diff)
consolidate internal interfaces
Diffstat (limited to 'MediaBrowser.Server.Implementations/EntryPoints/Notifications/Notifications.cs')
-rw-r--r--MediaBrowser.Server.Implementations/EntryPoints/Notifications/Notifications.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/MediaBrowser.Server.Implementations/EntryPoints/Notifications/Notifications.cs b/MediaBrowser.Server.Implementations/EntryPoints/Notifications/Notifications.cs
index 8f35f0e76..f3d1dc8f9 100644
--- a/MediaBrowser.Server.Implementations/EntryPoints/Notifications/Notifications.cs
+++ b/MediaBrowser.Server.Implementations/EntryPoints/Notifications/Notifications.cs
@@ -256,9 +256,8 @@ namespace MediaBrowser.Server.Implementations.EntryPoints.Notifications
}
var item = e.MediaInfo;
- var themeMedia = item as IThemeMedia;
- if (themeMedia != null && themeMedia.IsThemeMedia)
+ if ( item.IsThemeMedia)
{
// Don't report theme song or local trailer playback
return;