Skip to content

Commit

Permalink
Merge pull request #965 from GrosPoulet/master
Browse files Browse the repository at this point in the history
fix for plug-in: YouTube_a
  • Loading branch information
GrosPoulet authored Jun 19, 2022
2 parents 77138ad + 6c5ba53 commit ad60d6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/youtube_a.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ hoverZoomPlugins.push({
settings:
[{
"type": "request",
"skipInitiator": "",
"skipInitiator": "youtube",
"url": "youtube.com/youtubei/v1/player?key=",
"headers": [{"name": "origin", "value": "https://music.youtube.com", "typeOfUpdate": "add"}]
},
{
"type": "response",
"skipInitiator": "",
"skipInitiator": "youtube",
"url": "youtube.com/youtubei/v1/player?key=",
"headers": [{"name": "Access-Control-Allow-Origin", "value": "*", "typeOfUpdate": "add"}]
},
Expand Down

0 comments on commit ad60d6a

Please sign in to comment.