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:
parent
e1deddcba1
commit
d1aa2f3685
3 changed files with 27 additions and 5 deletions
|
@ -2,6 +2,7 @@
|
|||
* Custom event types.
|
||||
*/
|
||||
export enum EventType {
|
||||
HEADER_RENDERED = 'HEADER_RENDERED',
|
||||
SET_TABS = 'SET_TABS',
|
||||
SHOW_VIDEO_OSD = 'SHOW_VIDEO_OSD'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue