1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix main tab manager crash in experimental layout

This commit is contained in:
Bill Thornton 2025-01-09 17:10:28 -05:00
parent e1deddcba1
commit d1aa2f3685
3 changed files with 27 additions and 5 deletions

View file

@ -2,6 +2,7 @@
* Custom event types.
*/
export enum EventType {
HEADER_RENDERED = 'HEADER_RENDERED',
SET_TABS = 'SET_TABS',
SHOW_VIDEO_OSD = 'SHOW_VIDEO_OSD'
}