cc-4105: fixed bug with editing metadata id3v2
This commit is contained in:
parent
0e2d523bf6
commit
ee1491a487
4 changed files with 19 additions and 16 deletions
|
@ -91,9 +91,9 @@ class BaseEvent(Loggable):
|
|||
|
||||
class FakePyinotify(object):
|
||||
"""
|
||||
sometimes we must create our own pyinotify like objects to instantiate
|
||||
objects from the classes below whenever we want to turn a single event into
|
||||
multiple events
|
||||
sometimes we must create our own pyinotify like objects to
|
||||
instantiate objects from the classes below whenever we want to turn
|
||||
a single event into multiple events
|
||||
"""
|
||||
def __init__(self, path):
|
||||
self.pathname = path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue