Skip to content

Commit

Permalink
Update web url used for playlists
Browse files Browse the repository at this point in the history
- youtu.be redirect seems to be broken by YouTube
- Provides an invalid video_id=playlist query parameter
  • Loading branch information
MoojMidge committed Dec 13, 2024
1 parent 1e048c0 commit a09f2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lib/youtube_plugin/youtube/helper/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ def update_playlist_items(provider, context, playlist_id_dict,
),
ui.new_line(description, cr_after=1) if description else '',
ui.new_line('--------', cr_before=1, cr_after=1),
'https://youtu.be/playlist?list=' + playlist_id,
'https://youtube.com/playlist?list=' + playlist_id,
))
playlist_item.set_plot(description)

Expand Down

0 comments on commit a09f2d3

Please sign in to comment.