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:
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user