diff options
Diffstat (limited to 'main.lua')
| -rw-r--r-- | main.lua | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -126,6 +126,10 @@ local function cached_xc_call(method) end local data = xc[method](xc) + if not data then + return + end + util.write_json_file(path, data) return data end @@ -698,7 +702,6 @@ end local function series_group_menu_options(series) local info = xc:get_series_info(series.series_id) - if not info or not info.seasons then return {} end |
