2020-02-11, 23:11
Thanks @sualfred, one question about the new changes:
Have you changed the IDs?
Although it isn't related to the new version, I've detected a bug using the exact search with TV Shows and year.
For example, this exact search isn't returning any results:
but it should return a result.
The bug with the exact search is because it's using the 'release_date' field, but TV Shows need to search using 'first_air_date' (line using 'release_date' in the exact search).
Could you fix this bug?
Thank you.
(2020-02-09, 19:11)sualfred Wrote: - Season dialog fixed: Wrong containers got filled. Check readme for the correct IDsWhat was the problem with Season dialogs and wrong containers IDs?
Have you changed the IDs?
Although it isn't related to the new version, I've detected a bug using the exact search with TV Shows and year.
For example, this exact search isn't returning any results:
Code:
RunScript(script.embuary.info,call=tv,query=Vikings,year=2013,exact=true)
The bug with the exact search is because it's using the 'release_date' field, but TV Shows need to search using 'first_air_date' (line using 'release_date' in the exact search).
Could you fix this bug?
Thank you.