update detail page layout

This commit is contained in:
Luke Pulverenti 2015-09-01 22:56:19 -04:00
parent 9f0d01d9dd
commit b2931e98ee

View File

@ -80,7 +80,9 @@ namespace MediaBrowser.Server.Implementations.LiveTv.Listings
{
Url = ApiUrl + "/schedules",
UserAgent = UserAgent,
CancellationToken = cancellationToken
CancellationToken = cancellationToken,
// The data can be large so give it some extra time
TimeoutMs = 60000
};
httpOptions.RequestHeaders["token"] = token;