forked from LBRYCommunity/lbry-sdk
doc
This commit is contained in:
parent
23b4b9e230
commit
ead8daaa14
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ class Daemon(metaclass=JSONRPCServerType):
|
|||
@classmethod
|
||||
def get_api_definitions(cls):
|
||||
prefix = 'jsonrpc_'
|
||||
not_grouped = ['routing_table_get']
|
||||
not_grouped = ['routing_table_get', 'ffmpeg_find']
|
||||
api = {
|
||||
'groups': {
|
||||
group_name[:-len('_DOC')].lower(): getattr(cls, group_name).strip()
|
||||
|
|
Loading…
Add table
Reference in a new issue