Add play permission in the required permissions of the player (#514)

This commit is contained in:
Zoe Roux 2024-05-25 21:09:38 +02:00 committed by GitHub
parent 361fedd9bb
commit 654cc3b2a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -200,3 +200,5 @@ Player.getFetchUrls = ({ slug, type }: { slug: string; type: "episode" | "movie"
Player.query(type, slug), Player.query(type, slug),
Player.infoQuery(type, slug), Player.infoQuery(type, slug),
]; ];
Player.requiredPermissions = ["overall.play"];