Diff
Differences From Artifact [140c84d35b]:
- File channels/history.py — part of check-in [a7b0cd39a2] at 2015-04-17 21:14:32 on branch trunk — Remove remnant module .title/etc attributes, and .current category overwriting. (user: mario, size: 1563) [annotate] [blame] [check-ins using]
To Artifact [01717d6882]:
- File channels/history.py — part of check-in [5fbe0ccd0c] at 2015-05-09 21:38:28 on branch trunk — Prepare for more complex hooks["play"] invocation (ignore args, kwargs). (user: mario, size: 1572) [annotate] [blame] [check-ins using]
︙ | |||
39 40 41 42 43 44 45 | 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | - + | self.bm.reload_if_current(self.module) # hook up to .play event parent.hooks["play"].append(self.queue) # add to favourites/history stream list |
︙ |