1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-30 19:00:12 +02:00

Add UrlLookup functionality to JSResolvers

This commit is contained in:
Uwe L. Korn
2013-06-29 12:45:49 +02:00
parent 6c75a94479
commit 03e4570452
13 changed files with 384 additions and 2 deletions

View File

@@ -83,7 +83,8 @@ var TomahawkResolverCapability = {
NullCapability: 0,
Browsable: 1,
PlaylistSync: 2,
AccountFactory: 4
AccountFactory: 4,
UrlLookup: 8
};