aboutsummaryrefslogtreecommitdiff
path: root/Emby.Notifications/Notifications.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Notifications/Notifications.cs')
-rw-r--r--Emby.Notifications/Notifications.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Notifications/Notifications.cs b/Emby.Notifications/Notifications.cs
index 64863eb39..3cadad6c8 100644
--- a/Emby.Notifications/Notifications.cs
+++ b/Emby.Notifications/Notifications.cs
@@ -231,7 +231,7 @@ namespace Emby.Notifications
}
}
- var hasSeries = item as IHasSeriesName;
+ var hasSeries = item as IHasSeries;
if (hasSeries != null)
{