fix: eslint no-shadow errors
This commit is contained in:
@@ -535,13 +535,13 @@ class AppRouter {
|
||||
}
|
||||
|
||||
if (item === 'list') {
|
||||
let url = '#/list.html?serverId=' + options.serverId + '&type=' + options.itemTypes;
|
||||
let urlForList = '#/list.html?serverId=' + options.serverId + '&type=' + options.itemTypes;
|
||||
|
||||
if (options.isFavorite) {
|
||||
url += '&IsFavorite=true';
|
||||
urlForList += '&IsFavorite=true';
|
||||
}
|
||||
|
||||
return url;
|
||||
return urlForList;
|
||||
}
|
||||
|
||||
if (item === 'livetv') {
|
||||
|
||||
Reference in New Issue
Block a user