mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix: eslint no-shadow errors
This commit is contained in:
parent
6a93a2eb29
commit
832b9eaf4d
30 changed files with 273 additions and 271 deletions
|
@ -105,8 +105,8 @@ export default class channelMapper {
|
|||
return html;
|
||||
}
|
||||
|
||||
function initEditor(dlg, options) {
|
||||
getChannelMappingOptions(options.serverId, options.providerId).then(result => {
|
||||
function initEditor(dlg, initOptions) {
|
||||
getChannelMappingOptions(initOptions.serverId, initOptions.providerId).then(result => {
|
||||
currentMappingOptions = result;
|
||||
const channelsElement = dlg.querySelector('.channels');
|
||||
channelsElement.innerHTML = result.TunerChannels.map(channel => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue