* Martin Michlmayr <[EMAIL PROTECTED]> [2005-12-03 22:07]:
> diff -urN jack-3.1.1~/jack_freedb.py jack-3.1.1/jack_freedb.py
> --- jack-3.1.1~/jack_freedb.py        2005-12-03 21:44:52.000000000 +0000
> +++ jack-3.1.1/jack_freedb.py 2005-12-03 21:46:49.000000000 +0000
> @@ -431,7 +431,7 @@
>              dtitle = "(unknown artist)/" + dtitle
>  
>      names = [string.split(dtitle,"/",1)]
> -    year = 0
> +    year = -1

Note that this is the real fix.

>          names[0].extend([year, genre])
> -    else:
> +    elif year != -1:

This is just a clean-up.
-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to