Merge lp:~ajalkane/ubuntu-filemanager-app/more-recognized-music-files into lp:ubuntu-filemanager-app

Proposed by Arto Jalkanen
Status: Merged
Approved by: Arto Jalkanen
Approved revision: 379
Merged at revision: 389
Proposed branch: lp:~ajalkane/ubuntu-filemanager-app/more-recognized-music-files
Merge into: lp:ubuntu-filemanager-app
Diff against target: 13 lines (+3/-0)
1 file modified
src/app/qml/content-hub/contenttyperesolver.js (+3/-0)
To merge this branch: bzr merge lp:~ajalkane/ubuntu-filemanager-app/more-recognized-music-files
Reviewer Review Type Date Requested Status
Carlos Jose Mazieri Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Review via email: mp+249381@code.launchpad.net

Commit message

Added more recognized music types

Description of the change

Added more recognized music types

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Carlos Jose Mazieri (carlos-mazieri) wrote :

It is good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/app/qml/content-hub/contenttyperesolver.js'
2--- src/app/qml/content-hub/contenttyperesolver.js 2015-02-02 04:38:16 +0000
3+++ src/app/qml/content-hub/contenttyperesolver.js 2015-02-11 18:56:28 +0000
4@@ -33,6 +33,9 @@
5 'mp3': CH.ContentType.Music,
6 'ogg': CH.ContentType.Music,
7 'wav': CH.ContentType.Music,
8+ 'm4a': CH.ContentType.Music,
9+ 'opus': CH.ContentType.Music,
10+ 'flac': CH.ContentType.Music,
11
12 'avi': CH.ContentType.Videos,
13 'mpeg': CH.ContentType.Videos,

Subscribers

People subscribed via source and target branches