mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix lint
This commit is contained in:
parent
5b59f9ca21
commit
247b78ac4c
1 changed files with 2 additions and 2 deletions
|
@ -145,7 +145,7 @@ import ServerConnections from '../components/ServerConnections';
|
||||||
return function () {
|
return function () {
|
||||||
const apiClient = this.apiClient;
|
const apiClient = this.apiClient;
|
||||||
const options = {
|
const options = {
|
||||||
SortBy: (section.types, 'SeriesName,SortName'),
|
SortBy: 'SeriesName,SortName',
|
||||||
SortOrder: 'Ascending',
|
SortOrder: 'Ascending',
|
||||||
Filters: 'IsFavorite',
|
Filters: 'IsFavorite',
|
||||||
Recursive: true,
|
Recursive: true,
|
||||||
|
@ -278,7 +278,7 @@ class FavoritesTab {
|
||||||
}
|
}
|
||||||
|
|
||||||
onResume(options) {
|
onResume(options) {
|
||||||
const promises = (this.apiClient, []);
|
const promises = [];
|
||||||
const view = this.view;
|
const view = this.view;
|
||||||
const elems = this.sectionsContainer.querySelectorAll('.itemsContainer');
|
const elems = this.sectionsContainer.querySelectorAll('.itemsContainer');
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue