Changeset 2156200
- Timestamp:
- 09/13/2019 03:25:31 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-soundsystem/trunk/classes/wpsstm-post-tracklist-class.php
r2155623 r2156200 92 92 } 93 93 94 $this->default_options['order'] = ( $this->tracklist_type === 'live' ) ? 'DESC' : 'ASC';95 94 $this->options = array_replace_recursive($this->default_options,(array)$db_options);//last one has priority 96 95 … … 798 797 799 798 $track = new WPSSTM_Track(); 800 801 //location802 $track->location = wpsstm_get_array_value('location',$xspf_track);803 799 804 800 //identifier … … 880 876 881 877 $playlist->add_tracks($playlist_tracks); 882 878 883 879 return $playlist; 884 880
Note: See TracChangeset
for help on using the changeset viewer.