~pyjamateam/pyjama/main

« back to all changes in this revision

Viewing changes to modules/clJamendo.py

  • Committer: daniel
  • Date: 2010-09-08 16:49:13 UTC
  • Revision ID: daniel@kassandra-20100908164913-5pearzj80672bpzl
Fixed bug #633348

Show diffs side-by-side

added added

removed removed

Lines of Context:
401
401
    # @param tag Only fetch albums with a particular tag
402
402
    # @return results from query()
403
403
    def top(self, num = 10, order = "tag", page=1, tag="all"):
 
404
        
 
405
        
404
406
        if self.__parent.debug: 
405
407
            print ("jamendo: getting top albums")
406
408
        if tag == "all":