mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
reduce sync db access
This commit is contained in:
parent
ff0882ba79
commit
6ec48ff340
4 changed files with 46 additions and 45 deletions
|
@ -1067,6 +1067,7 @@ define(['datetime', 'imageLoader', 'connectionManager', 'itemHelper', 'mediaInfo
|
|||
|
||||
var indicatorsHtml = '';
|
||||
|
||||
indicatorsHtml += indicators.getSyncIndicator(item);
|
||||
indicatorsHtml += indicators.getTimerIndicator(item);
|
||||
|
||||
if (options.showGroupCount) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue