update tv

This commit is contained in:
Luke Pulverenti 2015-08-10 15:09:10 -04:00
parent ed5e0f9314
commit d5aa56a15d

View File

@ -86,14 +86,12 @@
return;
}
var providerId = getParameterByName('id');
Dashboard.showModalLoadingMsg();
ApiClient.ajax({
type: "GET",
url: ApiClient.getUrl('LiveTv/ListingProviders/Lineups', {
Id: providerId,
Type: 'emby',
Location: value,
Country: $('#selectCountry', page).val()
}),