diff options
| author | mikeos <mike.osipov@gmail.com> | 2013-07-15 22:38:02 +0400 |
|---|---|---|
| committer | mikeos <mike.osipov@gmail.com> | 2013-07-15 22:38:02 +0400 |
| commit | be22d8c3a6461fe89661e2e0054d27a3481916a8 (patch) | |
| tree | 992f61c91cb91103686389728e98d20a6517e2c6 /cue.py | |
| parent | fedea15a3a8c94ec392d0a1e303483a2e0ab628d (diff) | |
add cutter
Diffstat (limited to 'cue.py')
| -rw-r--r-- | cue.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,7 +104,7 @@ def check(count = None, context = None): class CueParser: re_timestamp = re.compile("^[\d]{1,3}:[\d]{1,2}:[\d]{1,2}$") - rem_commands = ('genre', 'data', 'comment') + rem_commands = ('genre', 'date', 'comment') def __init__(self): def do_set_attr(name, cue = False, track = False, convert = None): |
