lastfm / liblastfm

A Qt C++ library for the Last.fm webservices
http://www.last.fm/download
GNU General Public License v3.0
66 stars 29 forks source link

Make sure liblastfm creates the dirs it tries to work with. #29

Closed muesli closed 9 years ago

muesli commented 9 years ago

Apps using liblastfm have to manually create the dirs for liblastfm, which is platform-specific and requires too many assumptions / guessing. This fixes the issue in liblastfm itself, making sure it creates the dirs it uses internally.