mirror of
				https://github.com/hyperion-project/hyperion.ng.git
				synced 2025-03-01 10:33:28 +00:00 
			
		
		
		
	Fix imagestream update
This commit is contained in:
		@@ -977,7 +977,7 @@ $(document).ready(function () {
 | 
			
		||||
    //Only update Image, if LED Layout Tab is visible
 | 
			
		||||
    if (onLedLayoutTab && window.imageStreamActive) {
 | 
			
		||||
      setClassByBool('#leds_prev_toggle_live_video', window.imageStreamActive, "btn-danger", "btn-success");
 | 
			
		||||
      var imageData = (event.response.result.image);
 | 
			
		||||
      var imageData = (event.response.data.image);
 | 
			
		||||
 | 
			
		||||
      var image = new Image();
 | 
			
		||||
      image.onload = function () {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user