mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Check use bif setting
This commit is contained in:
parent
9fee0d711a
commit
914e3a3988
3 changed files with 126 additions and 128 deletions
|
@ -181,6 +181,7 @@
|
|||
$('#overlay-play-state-' + key).html(overlay_state);
|
||||
$('#play-state-' + key).html(state_icon);
|
||||
|
||||
% if config['pms_use_bif']:
|
||||
// if using bif indexes, update the bif thumbnail
|
||||
if (s.indexes) {
|
||||
var bif_poster = $('#bif-' + key);
|
||||
|
@ -189,6 +190,7 @@
|
|||
+ s.bif_thumb + '&width=500&height=280&fallback=art);"></div>').fadeIn(1000, function () { bif_poster.remove() }));
|
||||
blurArtwork(key);
|
||||
}
|
||||
% endif
|
||||
|
||||
// if transcoding, update the transcode state
|
||||
var ts = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue