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

Watch later don't work with v7.1.1+beta.6 #971

Closed
Mo1967 opened this issue Nov 13, 2024 · 3 comments
Closed

Watch later don't work with v7.1.1+beta.6 #971

Mo1967 opened this issue Nov 13, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@Mo1967
Copy link

Mo1967 commented Nov 13, 2024

Context

Please provide any relevant information about your setup

  • Add-on Version: v7.1.1+beta.6
  • Kodi Version: 21.1 Omega
  • Kodi GUI Language: EN
  • Operating System: Android
  • Operating System Language: EN

Expected Behavior

Open Watch later with content.


Current Behavior

Cannot open Watch later, the rest (Playlists, Bookmarks;...) working fine.


Log

Please include a complete [Addon debug log]
kodi(2).log


Additional Information

The same with beta 5.

Thanks for your support!


@Mo1967 Mo1967 added the bug Something isn't working label Nov 13, 2024
@MoojMidge
Copy link
Collaborator

If you are able to modify the file yourself, changing this:

From:

                    item_name=media_item.get_name(),

To:

                    video_name=media_item.get_name(),

Should fix the problem.

Thanks for testing!

@Mo1967
Copy link
Author

Mo1967 commented Nov 14, 2024

It works, thanks a lot.
Screenshot 2024-11-14 094504

@Mo1967 Mo1967 closed this as completed Nov 14, 2024
MoojMidge added a commit to MoojMidge/plugin.video.youtube that referenced this issue Nov 14, 2024
- Also fix other incorrect/missing parameter names
@MoojMidge
Copy link
Collaborator

v7.1.1+beta.7 is now available with this fix plus a couple more:
https://github.com/anxdpanic/plugin.video.youtube/releases/tag/v7.1.1%2Bbeta.7

Hopefully the last beta before a new stable release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants