Ticket #8670: mythweb-useonairguide.diff

File mythweb-useonairguide.diff, 769 bytes (added by stuarta, 3 years ago)

patch to load useonairguide

  • mythweb/modules/tv/classes/Channel.php

    old new  
    101101        $this->brightness   = $channel_data['brightness']; 
    102102        $this->colour       = $channel_data['colour']; 
    103103        $this->visible      = $channel_data['visible']; 
     104        $this->useonairguide = $channel_data['useonairguide']; 
    104105        $this->icon         = 'data/tv_icons/'.basename($channel_data['icon']); 
    105106    // Try to copy over any missing channel icons 
    106107        if ($channel_data['icon'] && !file_exists($this->icon)) {