mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Add play permission in the required permissions of the player (#514)
This commit is contained in:
parent
361fedd9bb
commit
654cc3b2a0
@ -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"];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user