Merge lp:~vthompson/music-app/remix-confinement-back-003 into lp:music-app/remix

Proposed by Victor Thompson
Status: Merged
Approved by: Andrew Hayzen
Approved revision: 700
Merged at revision: 700
Proposed branch: lp:~vthompson/music-app/remix-confinement-back-003
Merge into: lp:music-app/remix
Diff against target: 13 lines (+2/-1)
1 file modified
click/apparmor.json (+2/-1)
To merge this branch: bzr merge lp:~vthompson/music-app/remix-confinement-back-003
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Andrew Hayzen Approve
Review via email: mp+239511@code.launchpad.net

Commit message

* Add read path to Music on the SD card to extract in process thumbnail extraction

Description of the change

* Add read path to Music on the SD card to extract in process thumbnail extraction

To post a comment you must log in.
Revision history for this message
Andrew Hayzen (ahayzen) wrote :

LGTM :)

review: Approve
Revision history for this message
Andrew Hayzen (ahayzen) wrote :

LGTM :)

review: Approve
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'click/apparmor.json'
2--- click/apparmor.json 2014-10-17 00:09:48 +0000
3+++ click/apparmor.json 2014-10-23 22:20:34 +0000
4@@ -9,7 +9,8 @@
5 ],
6 "read_path": [
7 "@{HOME}/.cache/media-art/",
8- "@{HOME}/.cache/mediascanner-2.0/"
9+ "@{HOME}/.cache/mediascanner-2.0/",
10+ "/media/*/*/"
11 ],
12 "write_path": [
13 "@{HOME}/Music/Imported/"

Subscribers

People subscribed via source and target branches