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

Add TomahawkUrlType

This commit is contained in:
Uwe L. Korn
2013-07-07 21:37:59 +02:00
parent 2793e4cc29
commit 65e1c530cf
2 changed files with 17 additions and 0 deletions

View File

@@ -78,6 +78,14 @@ var TomahawkResolverCapability = {
UrlLookup: 8
};
var TomahawkUrlType = {
Any: 0,
Playlist: 1,
Track: 2,
Album: 4,
Artist: 8
};
// Resolver BaseObject, inherit it to implement your own resolver
var TomahawkResolver = {