summaryrefslogtreecommitdiff
path: root/cue.py
diff options
context:
space:
mode:
authormikeos <mike.osipov@gmail.com>2013-07-15 22:38:02 +0400
committermikeos <mike.osipov@gmail.com>2013-07-15 22:38:02 +0400
commitbe22d8c3a6461fe89661e2e0054d27a3481916a8 (patch)
tree992f61c91cb91103686389728e98d20a6517e2c6 /cue.py
parentfedea15a3a8c94ec392d0a1e303483a2e0ab628d (diff)
add cutter
Diffstat (limited to 'cue.py')
-rw-r--r--cue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cue.py b/cue.py
index 8eae2a2..be33d1d 100644
--- a/cue.py
+++ b/cue.py
@@ -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):