1
0
Fork 0
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:
Cromefire_ 2020-05-26 23:59:58 +02:00
parent 587b537cd6
commit 6d14ad0a76
No known key found for this signature in database
GPG key ID: D3D3DB179F435F0C
3 changed files with 8 additions and 7 deletions

View file

@ -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) {