Changeset 2377957
- Timestamp:
- 09/09/2020 12:27:10 PM (6 years ago)
- Location:
- wp-soundsystem/trunk
- Files:
-
- 2 edited
-
classes/wpsstm-post-tracklist-class.php (modified) (2 diffs)
-
wp-soundsystem.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-soundsystem/trunk/classes/wpsstm-post-tracklist-class.php
r2375557 r2377957 765 765 766 766 /* 767 Create playlist from the XSPF array767 Create playlist from the API results 768 768 */ 769 770 769 $playlist = new WPSSTM_Tracklist(); 771 770 $playlist_tracks = array(); … … 1006 1005 1007 1006 $tracklist = self::get_tracklist_from_api_response($response); 1008 $importer_slug = wpsstm_get_array_value( array(' importer','slug'),$response );1007 $importer_slug = wpsstm_get_array_value( array('playlist','meta','wpsstmapi/importer_slug'),$response ); 1009 1008 1010 1009 } -
wp-soundsystem/trunk/wp-soundsystem.php
r2375557 r2377957 6 6 Author: G.Breant 7 7 Author URI: https://profiles.wordpress.org/grosbouff/#content-plugins 8 Version: 3.3. 78 Version: 3.3.8 9 9 License: GPL2 10 10 */ … … 37 37 * @public string plugin version 38 38 */ 39 public $version = '3.3. 7';39 public $version = '3.3.8'; 40 40 /** 41 41 * @public string plugin DB version
Note: See TracChangeset
for help on using the changeset viewer.