Browse Source

fix live tv image

causefx 7 years ago
parent
commit
d2d31dd42d
2 changed files with 1 additions and 0 deletions
  1. 1 0
      js/functions.js
  2. BIN
      plugins/images/cache/livetv.png

+ 1 - 0
js/functions.js

@@ -2640,6 +2640,7 @@ function buildStreamItem(array,source){
 		var width = 100;
 		var width = 100;
 		var bg = '';
 		var bg = '';
 		count++;
 		count++;
+        v.nowPlayingImageURL = (v.useImage) ? v.useImage : v.nowPlayingImageURL;
 		switch (v.type) {
 		switch (v.type) {
 			case 'music':
 			case 'music':
 				icon = 'icon-music-tone-alt';
 				icon = 'icon-music-tone-alt';

BIN
plugins/images/cache/livetv.png