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