From f318366c20e6c134d600c0f8fa212186035ea8e3 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Tue, 11 Dec 2018 04:43:14 +0000 Subject: Fix ContentDB packages timing out by using download_file instead (#7891) --- doc/menu_lua_api.txt | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'doc') diff --git a/doc/menu_lua_api.txt b/doc/menu_lua_api.txt index 03fe5c74d..c7a215c4f 100644 --- a/doc/menu_lua_api.txt +++ b/doc/menu_lua_api.txt @@ -146,17 +146,6 @@ Package - content which is downloadable from the content db, may or may not be i optional_depends = {"mod", "names"}, -- mods only } -* core.get_package_list() -> downloads package list from content db - * returns a list of: - - { - name = "basename", - title = "human readable title", - author = "username", - type = "", -- mod, game, txp - short_description = "description", - url = "", - } Favorites: core.get_favorites(location) -> list of favorites (possible in async calls) -- cgit v1.2.3