mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Add deprecation notices to TomahawkResolverCapability and related type declarations
This commit is contained in:
@@ -158,6 +158,7 @@ Tomahawk.extend = function (object, members) {
|
|||||||
return newObject;
|
return newObject;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
//Deprecated for 0.9 resolvers. Reporting resolver capabilities is no longer necessary.
|
||||||
var TomahawkResolverCapability = {
|
var TomahawkResolverCapability = {
|
||||||
NullCapability: 0,
|
NullCapability: 0,
|
||||||
Browsable: 1,
|
Browsable: 1,
|
||||||
@@ -166,6 +167,7 @@ var TomahawkResolverCapability = {
|
|||||||
UrlLookup: 8
|
UrlLookup: 8
|
||||||
};
|
};
|
||||||
|
|
||||||
|
//Deprecated for 0.9 resolvers. Use Tomahawk.UrlType instead.
|
||||||
var TomahawkUrlType = {
|
var TomahawkUrlType = {
|
||||||
Any: 0,
|
Any: 0,
|
||||||
Playlist: 1,
|
Playlist: 1,
|
||||||
@@ -174,6 +176,7 @@ var TomahawkUrlType = {
|
|||||||
Artist: 8
|
Artist: 8
|
||||||
};
|
};
|
||||||
|
|
||||||
|
//Deprecated for 0.9 resolvers. Use Tomahawk.ConfigTestResultType instead.
|
||||||
var TomahawkConfigTestResultType = {
|
var TomahawkConfigTestResultType = {
|
||||||
Other: 0,
|
Other: 0,
|
||||||
Success: 1,
|
Success: 1,
|
||||||
|
Reference in New Issue
Block a user