Internet radio browser GUI for music/video streams from various directory services.

⌈⌋ ⎇ branch:  streamtuner2


Diff

Differences From Artifact [e7c8df9075]:

To Artifact [5834376e37]:


71
72
73
74
75
76
77
78
79
80
        # limit number of entries
        max = int(conf.history)
        while max > 0 and  len(hist) > max:
            hist.pop()

        # update store
        self.bm.save()
        if self.bm.current == "history":
           self.bm.load("history")








|
|

71
72
73
74
75
76
77
78
79
80
        # limit number of entries
        max = int(conf.history)
        while max > 0 and  len(hist) > max:
            hist.pop()

        # update store
        self.bm.save()
        #if self.bm.current == "history":
        #   self.bm.load("history")