DxCx / plugin.video.9anime

plugin.video.9anime - 9Anime plugin for kodi
GNU General Public License v3.0
143 stars 47 forks source link

Weird loss of functionality in Search #340

Closed MrDoAsILike closed 5 years ago

MrDoAsILike commented 6 years ago

Don't know if anyone else is experiencing this but, when I use the search function on the 9anime app I no longer have the ability to add anime to the different watch lists via the context menu. Instead it only has favorites/super favorites and chappa'ai options.

DxCx commented 6 years ago

Please make sure you are logged in

MrDoAsILike commented 6 years ago

Logged out and relogged in and still no dice. Ran through the process 2 twice now.

SwagOtaku commented 6 years ago

@DxCx @MrDoAsILike bookmark_cm params is missing from return in search route. This is causing the issue.

        return control.draw_items(_BROWSER.search_site(query))
    return False
DxCx commented 6 years ago

cool yeah, that was dropped when merging history support i suppose.. thanks @SwagOtaku :)

MrDoAsILike commented 6 years ago

Thanks for the info, help, and attention to this @SwagOtaku and @DxCx.