mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fixed review comments
This commit is contained in:
parent
587b537cd6
commit
6d14ad0a76
3 changed files with 8 additions and 7 deletions
|
@ -22,7 +22,7 @@ class BackdropScreensaver {
|
|||
};
|
||||
|
||||
const apiClient = connectionManager.currentApiClient();
|
||||
apiClient.getItems(apiClient.getCurrentUserId(), query).then(function (result) {
|
||||
apiClient.getItems(apiClient.getCurrentUserId(), query).then((result) => {
|
||||
|
||||
if (result.Items.length) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue