fix type error
This commit is contained in:
@@ -9,7 +9,7 @@ import CapsuleSwitch from '@/components/CapsuleSwitch';
|
||||
import PageLayout from '@/components/PageLayout';
|
||||
import VideoCard from '@/components/VideoCard';
|
||||
|
||||
type LibrarySourceType = 'openlist' | 'emby';
|
||||
type LibrarySourceType = 'openlist' | 'emby' | `emby:${string}` | `emby_${string}`;
|
||||
|
||||
interface EmbySourceOption {
|
||||
key: string;
|
||||
|
||||
Reference in New Issue
Block a user