cc-4105: fixed bug with editing metadata id3v2

This commit is contained in:
Rudi Grinberg 2012-08-10 15:38:25 -04:00
parent 0e2d523bf6
commit ee1491a487
4 changed files with 19 additions and 16 deletions

View file

@ -77,11 +77,12 @@ class Manager(Loggable):
"""
creates an organizer at new destination path or modifies the old one
"""
# We avoid creating new instances of organize because of the way it
# interacts with pydispatch. We must be careful to never have more than
# one instance of OrganizeListener but this is not so easy. (The
# singleton hack in Organizer) doesn't work. This is the only thing
# that seems to work.
# TODO : find a proper fix for the following hack
# We avoid creating new instances of organize because of the way
# it interacts with pydispatch. We must be careful to never have
# more than one instance of OrganizeListener but this is not so
# easy. (The singleton hack in Organizer) doesn't work. This is
# the only thing that seems to work.
if self.organize['organizer']:
o = self.organize['organizer']
o.channel = self.organize_channel