1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Update src/controllers/list.js

Co-authored-by: Cameron <Influence365@gmail.com>
This commit is contained in:
Xantios Krugor 2020-08-05 14:38:23 +02:00 committed by GitHub
parent 8a16793b97
commit 839dcbf861
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -772,7 +772,7 @@ define(['globalize', 'listView', 'layoutManager', 'userSettings', 'focusManager'
loading.hide(); loading.hide();
if (refresh) { if (refresh) {
focusManager.default.autoFocus(self.itemsContainer); focusManager.autoFocus(self.itemsContainer);
} }
}); });