~exaile-devel/exaile/exaile-0.3.x

« back to all changes in this revision

Viewing changes to xl/playlist.py

  • Committer: Dustin Spicuzza
  • Date: 2012-08-24 04:23:16 UTC
  • Revision ID: dustin@virtualroadside.com-20120824042316-eda0e05xqvuzrc3m
* xl.Playlist: next() should use the internal api to determine next track

Show diffs side-by-side

added added

removed removed

Lines of Context:
1111
1111
        """
1112
1112
        
1113
1113
        if not self.__next_data:
1114
 
            self.get_next()
 
1114
            self.__get_next(self.current_position)
1115
1115
            
1116
1116
        spat, index, next = self.__next_data
1117
1117