show context when navigating

pull/702/head
Luke Pulverenti 11 years ago
parent f9abff883e
commit 28e754767a

@ -1599,7 +1599,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv
}
catch (Exception ex)
{
_logger.ErrorException("Error getting service status info from {0}", ex, service.Name);
_logger.ErrorException("Error getting service status info from {0}", ex, service.Name ?? string.Empty);
info.Status = LiveTvServiceStatus.Unavailable;
info.StatusMessage = ex.Message;

@ -780,5 +780,10 @@
"OptionLibraryButtons": "Library buttons",
"OptionLibraryTiles": "Library tiles",
"OptionResumablemedia": "Resume",
"OptionLatestMedia": "Latest media"
"OptionLatestMedia": "Latest media",
"OptionNone": "None",
"HeaderLiveTv": "Live TV",
"HeaderReports": "Reports",
"HeaderMetadataManager": "Metadata Manager",
"HeaderPreferences": "Preferences"
}
Loading…
Cancel
Save