forked from Qortal/qortal
Remove QORTAL_METADATA service as this uses its own protocol instead.
This commit is contained in:
parent
f739d8f5c6
commit
fa80c83864
@ -47,8 +47,7 @@ public enum Service {
|
|||||||
LIST(900, true, null, null),
|
LIST(900, true, null, null),
|
||||||
PLAYLIST(910, true, null, null),
|
PLAYLIST(910, true, null, null),
|
||||||
APP(1000, false, null, null),
|
APP(1000, false, null, null),
|
||||||
METADATA(1100, false, null, null),
|
METADATA(1100, false, null, null);
|
||||||
QORTAL_METADATA(1111, true, 10*1024L, Arrays.asList("title", "description", "tags"));
|
|
||||||
|
|
||||||
public final int value;
|
public final int value;
|
||||||
private final boolean requiresValidation;
|
private final boolean requiresValidation;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user