Ignore the artist size limit. Will fix if someone complains!
authorMohammed Sameer <msameer@foolab.org>
Sun, 24 Feb 2013 13:02:34 +0000 (15:02 +0200)
committerMohammed Sameer <msameer@foolab.org>
Sun, 24 Feb 2013 13:02:34 +0000 (15:02 +0200)
declarative/metadata.cpp

index 9091d23..07bb31f 100644 (file)
@@ -169,7 +169,6 @@ QString MetaData::artist() const {
 }
 
 void MetaData::setArtist(const QString& artist) {
-  // TODO: there is a limit for the number of bytes in the artist
   if (m_artist != artist) {
     m_artist = artist;
     emit artistChanged();