This commit is contained in:
Jack Robison 2020-02-20 17:27:18 -05:00
parent 23b4b9e230
commit ead8daaa14
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -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()