1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 06:07:37 +02:00

Move lookupUrl stuff from JSResolverHelper to JSResolver, to be moved to own plugin type

This commit is contained in:
Dominik Schmidt
2015-11-16 18:19:51 +01:00
parent 846699c03c
commit c1eadce374
8 changed files with 211 additions and 218 deletions

View File

@@ -173,7 +173,8 @@ var TomahawkUrlType = {
Playlist: 1,
Track: 2,
Album: 4,
Artist: 8
Artist: 8,
Xspf: 16
};
//Deprecated for 0.9 resolvers. Use Tomahawk.ConfigTestResultType instead.