summaryrefslogtreecommitdiff
path: root/cue.py
diff options
context:
space:
mode:
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):