1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

stub out channel mapping

This commit is contained in:
Luke Pulverenti 2016-06-09 12:13:25 -04:00
parent 1da301d7e5
commit 59b4199fc0
13 changed files with 253 additions and 53 deletions

View file

@ -333,7 +333,7 @@
});
}
function showProviderOptions(page, id, button) {
function showProviderOptions(page, providerId, button) {
var items = [];
@ -358,10 +358,10 @@
switch (id) {
case 'delete':
deleteProvider(page, id);
deleteProvider(page, providerId);
break;
case 'map':
mapChannels(page, id);
mapChannels(page, providerId);
break;
default:
break;