diff --git a/addon.xml b/addon.xml index 8289e2b8a..0b6b39d58 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -86,10 +86,9 @@ https://forum.kodi.tv/showthread.php?tid=329767 https://github.com/CastagnaIT/plugin.video.netflix - v1.23.4 (2025-05-15) -- Fix authUrl not valid error -- Better InputStream Adaptive support on Kodi 22 -- Other minor fixes + v1.23.5 (2025-08-24) +- Fix esn error on login due to website changes +- Fix Nonetype error on startup due to website changes diff --git a/changelog.txt b/changelog.txt index 6b9725ace..9aad190ce 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +v1.23.5 (2025-08-24) +- Fix esn error on login due to website changes +- Fix Nonetype error on startup due to website changes + v1.23.4 (2025-05-15) - Fix authUrl not valid error - Better InputStream Adaptive support on Kodi 22