We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576b43f commit 623b212Copy full SHA for 623b212
src/context/SettingsContext.tsx
@@ -32,6 +32,10 @@ const defaultSettings = {
32
emailEnabled: false,
33
newPlexLogin: true,
34
youtubeUrl: '',
35
+ metadataSettings: {
36
+ tv: 'tmdb',
37
+ anime: 'tmdb',
38
+ },
39
};
40
41
export const SettingsContext = React.createContext<SettingsContextProps>({
src/pages/_app.tsx
@@ -250,6 +250,10 @@ CoreApp.getInitialProps = async (initialProps) => {
250
251
252
253
254
255
256
257
258
259
if (ctx.res) {
0 commit comments