From 3577a5eee69ed141dfc6e326d69e6ae0dd0bef83 Mon Sep 17 00:00:00 2001 From: Mohammed Sameer Date: Sun, 24 Feb 2013 15:02:34 +0200 Subject: [PATCH] Ignore the artist size limit. Will fix if someone complains! --- declarative/metadata.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/declarative/metadata.cpp b/declarative/metadata.cpp index 9091d23..07bb31f 100644 --- a/declarative/metadata.cpp +++ b/declarative/metadata.cpp @@ -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(); -- 2.25.1