Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Remove from My List" option missing for video's already added to My List #344

Open
david63236 opened this issue Jan 4, 2023 · 2 comments

Comments

@david63236
Copy link

When you have selected a video, it's possible to add it to the "My List", but once it is added, the "Add to My List" still appears.
Video's who are added to the "My List" should have a "Remove from My List" instead.
-- tested on Windows 11 Kodi 19.3
-- tested on Android TV Kodi 19.3

@michaelarnauts
Copy link
Collaborator

This is by design unfortunately, there is no easy way to now if a program is on "my list" besides querying "my list" on every overview. IIRC, in the past, this was exposed in the API, but they removed that a while ago.

It's still possible to remove a program when going to "my list" and use the context menu from there.

@mediaminister
Copy link
Contributor

mediaminister commented Jan 4, 2023

There is a addedToMyList variable in the version 13 API, but it is currently not used:

# my_list=program.get('addedToMyList'), # Don't use addedToMyList, since we might have cached this info

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants