Media Monitor: Exception happens when cuein value is 00:00:00

-fixed this be ensuring we're not writing cue-in/out values to the file.
This should never have been allowed.
This commit is contained in:
Martin Konecny 2013-05-14 22:16:30 -04:00
parent b2c8cb0f9d
commit a2b500729c
1 changed files with 0 additions and 2 deletions

View File

@ -45,8 +45,6 @@ airtime2mutagen = {
"MDATA_KEY_URL" : "website",
"MDATA_KEY_ISRC" : "isrc",
"MDATA_KEY_COPYRIGHT" : "copyright",
"MDATA_KEY_CUE_IN" : "cuein",
"MDATA_KEY_CUE_OUT" : "cueout",
}