Missed a spot.

This commit is contained in:
John Maguire 2013-03-21 14:16:17 +01:00
parent a459eff0d3
commit 1b8068dba7
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ bool CloudFileService::IsSupportedMimeType(const QString& mime_type) const {
mime_type == "audio/mpeg" ||
mime_type == "audio/mp4" ||
mime_type == "audio/flac" ||
mime_type == "audio/x-flac" ||
mime_type == "application/ogg" ||
mime_type == "application/x-flac" ||
mime_type == "audio/x-ms-wma";