mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Styling
This commit is contained in:
9
ui/v2.5/src/utils/jwplayer.ts
Normal file
9
ui/v2.5/src/utils/jwplayer.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
const playerID = "main-jwplayer";
|
||||
const getPlayer = () => (
|
||||
(window as any).jwplayer(playerID)
|
||||
)
|
||||
|
||||
export default {
|
||||
playerID,
|
||||
getPlayer
|
||||
};
|
||||
Reference in New Issue
Block a user