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
=== modified file 'src/unity_soundcloud_daemon.py'
--- src/unity_soundcloud_daemon.py 2013-03-28 16:09:06 +0000
+++ src/unity_soundcloud_daemon.py 2013-04-26 12:55:29 +0000
@@ -50,10 +50,10 @@
5050
51m1 = {'id' :'album',51m1 = {'id' :'album',
52 'type' :'s',52 'type' :'s',
53 'field':Unity.SchemaFieldType.OPTIONAL}53 'field':Unity.SchemaFieldType.REQUIRED}
54m2 = {'id' :'artist',54m2 = {'id' :'artist',
55 'type' :'s',55 'type' :'s',
56 'field':Unity.SchemaFieldType.OPTIONAL}56 'field':Unity.SchemaFieldType.REQUIRED}
57m3 = {'id' :'genre',57m3 = {'id' :'genre',
58 'type' :'s',58 'type' :'s',
59 'field':Unity.SchemaFieldType.OPTIONAL}59 'field':Unity.SchemaFieldType.OPTIONAL}

Subscribers

People subscribed via source and target branches

to all changes: