mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update tv
This commit is contained in:
parent
ed5e0f9314
commit
d5aa56a15d
1 changed files with 1 additions and 3 deletions
|
@ -86,14 +86,12 @@
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
var providerId = getParameterByName('id');
|
|
||||||
|
|
||||||
Dashboard.showModalLoadingMsg();
|
Dashboard.showModalLoadingMsg();
|
||||||
|
|
||||||
ApiClient.ajax({
|
ApiClient.ajax({
|
||||||
type: "GET",
|
type: "GET",
|
||||||
url: ApiClient.getUrl('LiveTv/ListingProviders/Lineups', {
|
url: ApiClient.getUrl('LiveTv/ListingProviders/Lineups', {
|
||||||
Id: providerId,
|
Type: 'emby',
|
||||||
Location: value,
|
Location: value,
|
||||||
Country: $('#selectCountry', page).val()
|
Country: $('#selectCountry', page).val()
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue