mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Backport pull request #5517 from jellyfin-web/release-10.9.z
Fix video osd not hiding in experimental layout
Original-merge: ea1d069e90
Merged-by: thornbill <thornbill@users.noreply.github.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
parent
cb01afce02
commit
017734a0bb
7 changed files with 117 additions and 29 deletions
6
src/types/eventType.ts
Normal file
6
src/types/eventType.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
/**
|
||||
* Custom event types.
|
||||
*/
|
||||
export enum EventType {
|
||||
SHOW_VIDEO_OSD = 'SHOW_VIDEO_OSD'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue