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

sync updates

This commit is contained in:
Luke Pulverenti 2015-01-19 15:53:02 -05:00
parent a174be36a9
commit 905733c18c
6 changed files with 38 additions and 26 deletions

View file

@ -73,7 +73,7 @@
self.isFlyout = true;
var startIndex = 0;
var limit = 4;
var limit = 40;
var elem = $('.notificationsFlyoutlist');
refreshNotifications(startIndex, limit, elem, null, false).done(function() {