Package net.roarsoftware.lastfm

Examples of net.roarsoftware.lastfm.Playlist


    }
    return recentStations.get(0);
  }

  private List<Track> getPlayListTracks(Radio radio) {
    Playlist playlist = radio.getPlaylist();
    return new ArrayList<Track>(playlist.getTracks());
  }
View Full Code Here

TOP

Related Classes of net.roarsoftware.lastfm.Playlist

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.