mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix eslint polyfills for typescript files
This commit is contained in:
parent
e38cb914d7
commit
2c3381ee5a
3 changed files with 86 additions and 91 deletions
|
@ -68,7 +68,6 @@ const NewUserPage: FunctionComponent = () => {
|
|||
IsHidden: false
|
||||
}));
|
||||
const promiseChannels = window.ApiClient.getJSON(window.ApiClient.getUrl('Channels'));
|
||||
// eslint-disable-next-line compat/compat
|
||||
Promise.all([promiseFolders, promiseChannels]).then(function (responses) {
|
||||
loadMediaFolders(responses[0].Items);
|
||||
loadChannels(responses[1].Items);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue