Skip to content

Commit adc8fcb

Browse files
committed
fix: missing jellyfinConfigured in settings response
1 parent 4af40d9 commit adc8fcb

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
import "./.next/dev/types/routes.d.ts";
3+
import "./.next/types/routes.d.ts";
44

55
// NOTE: This file should not be edited
66
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.

src/pages/_app.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ CoreApp.getInitialProps = async (initialProps) => {
251251
streamingRegion: '',
252252
originalLanguage: '',
253253
mediaServerType: MediaServerType.NOT_CONFIGURED,
254+
jellyfinConfigured: false,
254255
partialRequestsEnabled: true,
255256
enableSpecialEpisodes: false,
256257
cacheImages: false,

0 commit comments

Comments
 (0)