moumar / ruby-mp3info

ruby-mp3info read low-level informations and manipulate tags on mp3 files.
http://rdoc.info/github/moumar/ruby-mp3info/master/frames
223 stars 57 forks source link

Cannot update album art in windows machine #52

Closed cyberroot closed 9 years ago

cyberroot commented 9 years ago

Seems like variable @io isn't closed anywhere. I couldn't update the album art. Getting an permission denied error at line number 453.

I've temporarily added a line

@io.close in line number 426 and 427 which is working fine.

moumar commented 9 years ago

ok thanks, i'll push your changes ASAP