update schedules direct

This commit is contained in:
Luke Pulverenti
2015-08-15 16:33:53 -04:00
parent ebd2f7b63d
commit d685925bbb
2 changed files with 2 additions and 7 deletions

View File

@@ -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))