rainlink-nico
Version:
A rainlink plugin that allows you to play music on apple
22 lines (21 loc) • 465 B
JavaScript
;
// Code from:
// https://github.com/blackrose514/niconico-search-api
Object.defineProperty(exports, "__esModule", { value: true });
exports.responseFields = void 0;
exports.responseFields = [
'contentId',
'title',
'description',
'viewCounter',
'mylistCounter',
'lengthSeconds',
'thumbnailUrl',
'startTime',
'lastResBody',
'commentCounter',
'lastCommentTime',
'categoryTags',
'tags',
'genre',
];