summaryrefslogtreecommitdiff
path: root/tests/rygel-http-get-test.vala
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2011-12-08 19:37:18 +0100
committerJens Georg <mail@jensge.org>2011-12-14 13:55:52 +0100
commit25fdadad00a9d41377acd58692b208ed73ffa8a9 (patch)
treeb7856860ff506751b89e4131d399668315ace28b /tests/rygel-http-get-test.vala
parent5126066b8c5565ce22eeb355ae0d867a325dcfd6 (diff)
downloadrygel-25fdadad00a9d41377acd58692b208ed73ffa8a9.tar.gz
core: Hide XBox album art handling
Simply check the request in the hack constructor and rewrite the URL to our thumbnail request format.
Diffstat (limited to 'tests/rygel-http-get-test.vala')
-rw-r--r--tests/rygel-http-get-test.vala4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/rygel-http-get-test.vala b/tests/rygel-http-get-test.vala
index d57028ed..ce73dc61 100644
--- a/tests/rygel-http-get-test.vala
+++ b/tests/rygel-http-get-test.vala
@@ -38,10 +38,6 @@ public class Rygel.ClientHacks {
throw new ClientHacksError.NA ("");
}
- public bool is_album_art_request (Message message) {
- return false;
- }
-
public void apply (MediaItem item) {
}
}