aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/LiveTv/Listings
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-10-24 11:33:22 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-10-24 11:33:22 -0400
commit9babddb2715b1fcc4a40043d7d9bddfeb958be20 (patch)
tree36b36d8881899e52adefd6d29a0da4253c17abbf /MediaBrowser.Server.Implementations/LiveTv/Listings
parentb6f019b7f2d16d5c3ba4e51a4f7cd6f58b877c0a (diff)
update live tv cache location
Diffstat (limited to 'MediaBrowser.Server.Implementations/LiveTv/Listings')
-rw-r--r--MediaBrowser.Server.Implementations/LiveTv/Listings/SchedulesDirect.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/LiveTv/Listings/SchedulesDirect.cs b/MediaBrowser.Server.Implementations/LiveTv/Listings/SchedulesDirect.cs
index 65b920c90a..04f55d16b7 100644
--- a/MediaBrowser.Server.Implementations/LiveTv/Listings/SchedulesDirect.cs
+++ b/MediaBrowser.Server.Implementations/LiveTv/Listings/SchedulesDirect.cs
@@ -94,6 +94,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv.Listings
if (station == null)
{
+ _logger.Info("No Schedules Direct Station found for channel {0} with name {1}", channelNumber, channelName);
return programsInfo;
}
@@ -249,7 +250,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv.Listings
foreach (ChannelInfo channel in channels)
{
- var station = GetStation(channel.Number, channel.Number);
+ var station = GetStation(channel.Number, channel.Name);
if (station != null)
{