liri-project / liri-music

:closed_book: Archive - Development has moved to https://github.com/lirios/music
GNU Lesser General Public License v2.1
33 stars 1 forks source link

Fixed crash when artist and album aren't set in tags #26

Closed zacharygrafton closed 8 years ago

zacharygrafton commented 8 years ago

When the artist and album fields in the music file tags are empty, the application crashes. This should fix that by setting the artist and album title to "Unknown Artist" and "Unknown Title" respectively.