mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Transcode stream refactor (#609)
* Remove forceMkv and forceHEVC * Add HLS support and refactor * Add new streaming endpoints
This commit is contained in:
@@ -2,6 +2,8 @@ const playerID = "main-jwplayer";
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
const getPlayer = () => (window as any).jwplayer(playerID);
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
|
||||
export default {
|
||||
playerID,
|
||||
getPlayer,
|
||||
|
||||
Reference in New Issue
Block a user