mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 09:42:57 -07:00
Only update bif if playing state
This commit is contained in:
parent
da3abf11a2
commit
3b0e4bf254
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@
|
||||||
|
|
||||||
% if config['pms_use_bif']:
|
% if config['pms_use_bif']:
|
||||||
// if using bif indexes, update the bif thumbnail
|
// if using bif indexes, update the bif thumbnail
|
||||||
if (s.indexes) {
|
if (s.indexes && s.state == 'playing') {
|
||||||
var bif_poster = $('#bif-' + key);
|
var bif_poster = $('#bif-' + key);
|
||||||
bif_poster.animate({ opacity: 0 }, { duration: 1000, queue: false });
|
bif_poster.animate({ opacity: 0 }, { duration: 1000, queue: false });
|
||||||
bif_poster.after($('<div id="bif-' + key + '"class="dashboard-activity-poster-face" style="background-image: url(pms_image_proxy?img='
|
bif_poster.after($('<div id="bif-' + key + '"class="dashboard-activity-poster-face" style="background-image: url(pms_image_proxy?img='
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue