Remove QORTAL_METADATA service as this uses its own protocol instead.

This commit is contained in:
CalDescent 2022-10-30 17:07:56 +00:00
parent f739d8f5c6
commit fa80c83864

View File

@ -47,8 +47,7 @@ public enum Service {
LIST(900, true, null, null),
PLAYLIST(910, true, null, null),
APP(1000, false, null, null),
METADATA(1100, false, null, null),
QORTAL_METADATA(1111, true, 10*1024L, Arrays.asList("title", "description", "tags"));
METADATA(1100, false, null, null);
public final int value;
private final boolean requiresValidation;