Backport pull request #5517 from jellyfin-web/release-10.9.z
Fix video osd not hiding in experimental layout Original-merge: ea1d069e90d3537eed7e49a98dd4a3b84d1d8c32 Merged-by: thornbill <thornbill@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
committed by
Joshua M. Boniface
parent
cb01afce02
commit
017734a0bb
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Custom event types.
|
||||
*/
|
||||
export enum EventType {
|
||||
SHOW_VIDEO_OSD = 'SHOW_VIDEO_OSD'
|
||||
}
|
||||
Reference in New Issue
Block a user