Merge branch 'master' into theme-styles

This commit is contained in:
rockerBOO
2025-04-30 20:20:01 -04:00
100 changed files with 1738 additions and 415 deletions

View File

@@ -67,6 +67,10 @@ function get_playlist(plid) {
'&format=html&hl=' + video_data.preferences.locale;
}
if (video_data.params.listen) {
plid_url += '&listen=1'
}
helpers.xhr('GET', plid_url, {retries: 5, entity_name: 'playlist'}, {
on200: function (response) {
if (response === null) return;