Merge lp:~mhr3/unity-lens-music/increased-u1-results-size into lp:unity-lens-music

Proposed by Michal Hruby
Status: Merged
Approved by: Paweł Stołowski
Approved revision: 103
Merged at revision: 107
Proposed branch: lp:~mhr3/unity-lens-music/increased-u1-results-size
Merge into: lp:unity-lens-music
Diff against target: 11 lines (+1/-0)
1 file modified
src/musicstore-collection.vala (+1/-0)
To merge this branch: bzr merge lp:~mhr3/unity-lens-music/increased-u1-results-size
Reviewer Review Type Date Requested Status
Paweł Stołowski (community) Approve
Review via email: mp+123910@code.launchpad.net

Commit message

Request higher-resolution images from the U1 music store

Description of the change

Request higher-resolution images from the U1 music store, so they're not so jerky.

Trivial change, no tests.

To post a comment you must log in.
Revision history for this message
Paweł Stołowski (stolowski) wrote :

Works fine and looks much better now! +1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/musicstore-collection.vala'
2--- src/musicstore-collection.vala 2012-09-11 12:50:34 +0000
3+++ src/musicstore-collection.vala 2012-09-12 09:22:18 +0000
4@@ -215,6 +215,7 @@
5 }
6
7 uri.append ("&pagesize=10");
8+ uri.append ("&imagesize=100");
9
10 // This makes the service return $pagesize results *per content type*.
11 // Which we need - as it could otherwise return $pagesize results mixed

Subscribers

People subscribed via source and target branches

to all changes: