diff --git a/packages/fenlight_changes b/packages/fenlight_changes index c3a0d75..d0219a2 100644 --- a/packages/fenlight_changes +++ b/packages/fenlight_changes @@ -1,5 +1,4 @@ -[COLOR dodgerblue][B]Version 2.2.10[/B][/COLOR] -- Fixed: Auto-update unzip -- Improved: Movie and TV show search lists (`tmdb_movies_search`, `tmdb_tv_search`) build from TMDB search results instead of per-title detail calls — much faster for skin search URLs. -- Fixed: TV show search pagination now keeps `is_anime_list` on next page (anime search mode). -- Improved: TMDB movie/TV search queries are URL-encoded for reliable multi-word skin search. +[COLOR dodgerblue][B]Version 2.2.11[/B][/COLOR] +- Fixed: TMDb auth fails correctly when account session ID is missing. +- Improved: Extras, folder scraper, and list images use bounded thread pools (max threads setting). +- Improved: Extras loading spinner while lists load; busy until window opens. \ No newline at end of file diff --git a/packages/fenlight_version b/packages/fenlight_version index 0d3ad67..0b6e431 100644 --- a/packages/fenlight_version +++ b/packages/fenlight_version @@ -1 +1 @@ -2.2.10 +2.2.11 diff --git a/packages/index.html b/packages/index.html index 88d0b49..49d5095 100644 --- a/packages/index.html +++ b/packages/index.html @@ -1,2 +1,2 @@ -plugin.video.fenlight-2.2.10.zip +plugin.video.fenlight-2.2.11.zip diff --git a/packages/plugin.video.fenlight-2.2.11.zip b/packages/plugin.video.fenlight-2.2.11.zip new file mode 100644 index 0000000..9444e8f Binary files /dev/null and b/packages/plugin.video.fenlight-2.2.11.zip differ