From d685925bbbfbe82367eff0122301a2ef130f0478 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 15 Aug 2015 16:33:53 -0400 Subject: update schedules direct --- MediaBrowser.Server.Implementations/LiveTv/Listings/SchedulesDirect.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'MediaBrowser.Server.Implementations') diff --git a/MediaBrowser.Server.Implementations/LiveTv/Listings/SchedulesDirect.cs b/MediaBrowser.Server.Implementations/LiveTv/Listings/SchedulesDirect.cs index 36710c052..8650d4bc4 100644 --- a/MediaBrowser.Server.Implementations/LiveTv/Listings/SchedulesDirect.cs +++ b/MediaBrowser.Server.Implementations/LiveTv/Listings/SchedulesDirect.cs @@ -337,7 +337,8 @@ namespace MediaBrowser.Server.Implementations.LiveTv.Listings (details.showType ?? "No ShowType") == "TV Movie" || (details.showType ?? "No ShowType") == "Short Film", IsPremiere = false, - ShowId = programInfo.programID + ShowId = programInfo.programID, + SeriesId = programInfo.programID.Substring(0, 10) }; if (!string.IsNullOrWhiteSpace(details.originalAirDate)) -- cgit v1.2.3