forked from Ninjalama/streamyfin_mirror
fix: new plugin option
This commit is contained in:
@@ -6,6 +6,7 @@ type Settings = {
|
||||
autoRotate?: boolean;
|
||||
forceLandscapeInVideoPlayer?: boolean;
|
||||
openFullScreenVideoPlayerByDefault?: boolean;
|
||||
usePopularPlugin?: boolean;
|
||||
};
|
||||
|
||||
/**
|
||||
@@ -25,6 +26,7 @@ const loadSettings = async (): Promise<Settings> => {
|
||||
autoRotate: true,
|
||||
forceLandscapeInVideoPlayer: false,
|
||||
openFullScreenVideoPlayerByDefault: false,
|
||||
usePopularPlugin: false,
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user