1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-02-03 04:37:33 +01:00

Missed a spot.

This commit is contained in:
John Maguire 2013-03-21 14:16:17 +01:00
parent a459eff0d3
commit 1b8068dba7

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";