cc-4105: minor code formatting. refactored replaygain a little bit
This commit is contained in:
parent
e98eda144a
commit
ce89d53ea0
4 changed files with 34 additions and 35 deletions
|
@ -101,7 +101,9 @@ class WatchSyncer(ReportHandler,Loggable):
|
|||
def target_path(self): return self.path
|
||||
|
||||
def handle(self, sender, event):
|
||||
"""We implement this abstract method from ReportHandler"""
|
||||
"""
|
||||
We implement this abstract method from ReportHandler
|
||||
"""
|
||||
# TODO : more types of events need to be handled here
|
||||
if hasattr(event, 'pack'):
|
||||
# We push this event into queue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue