Merge lp:~davidc3/unity-scope-soundcloud/required-metadata-fix into lp:unity-scope-soundcloud/legacy

Proposed by David Callé
Status: Merged
Approved by: Michal Hruby
Approved revision: 26
Merged at revision: 26
Proposed branch: lp:~davidc3/unity-scope-soundcloud/required-metadata-fix
Merge into: lp:unity-scope-soundcloud/legacy
Diff against target: 16 lines (+2/-2)
1 file modified
src/unity_soundcloud_daemon.py (+2/-2)
To merge this branch: bzr merge lp:~davidc3/unity-scope-soundcloud/required-metadata-fix
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Michal Hruby (community) Approve
Review via email: mp+161108@code.launchpad.net

Commit message

Make Album and Artist required metadata fields in daemon

Description of the change

Make Album and Artist required metadata fields in daemon

To post a comment you must log in.
Revision history for this message
Michal Hruby (mhr3) wrote :

+1

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/unity_soundcloud_daemon.py'
2--- src/unity_soundcloud_daemon.py 2013-03-28 16:09:06 +0000
3+++ src/unity_soundcloud_daemon.py 2013-04-26 12:55:29 +0000
4@@ -50,10 +50,10 @@
5
6 m1 = {'id' :'album',
7 'type' :'s',
8- 'field':Unity.SchemaFieldType.OPTIONAL}
9+ 'field':Unity.SchemaFieldType.REQUIRED}
10 m2 = {'id' :'artist',
11 'type' :'s',
12- 'field':Unity.SchemaFieldType.OPTIONAL}
13+ 'field':Unity.SchemaFieldType.REQUIRED}
14 m3 = {'id' :'genre',
15 'type' :'s',
16 'field':Unity.SchemaFieldType.OPTIONAL}

Subscribers

People subscribed via source and target branches

to all changes: