Move event types to constants

This commit is contained in:
Bill Thornton
2025-10-03 14:12:05 -04:00
parent 77c2366dbe
commit abce5b1bea
9 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import { AppFeature } from 'constants/appFeature';
import { getUserViewsQuery } from 'hooks/useUserViews';
import globalize from 'lib/globalize';
import { ServerConnections } from 'lib/jellyfin-apiclient';
import { EventType } from 'types/eventType';
import { EventType } from 'constants/eventType';
import { toApi } from 'utils/jellyfin-apiclient/compat';
import { queryClient } from 'utils/query/queryClient';