Plugin Directory

Changeset 2156200


Ignore:
Timestamp:
09/13/2019 03:25:31 PM (7 years ago)
Author:
grosbouff
Message:

3.1.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-soundsystem/trunk/classes/wpsstm-post-tracklist-class.php

    r2155623 r2156200  
    9292        }
    9393
    94         $this->default_options['order'] = ( $this->tracklist_type === 'live' ) ? 'DESC' : 'ASC';
    9594        $this->options = array_replace_recursive($this->default_options,(array)$db_options);//last one has priority
    9695
     
    798797
    799798            $track = new WPSSTM_Track();
    800 
    801             //location
    802             $track->location = wpsstm_get_array_value('location',$xspf_track);
    803799
    804800            //identifier
     
    880876
    881877        $playlist->add_tracks($playlist_tracks);
    882        
     878
    883879        return $playlist;
    884880       
Note: See TracChangeset for help on using the changeset viewer.