fix type error

This commit is contained in:
mtvpls
2026-01-08 01:36:16 +08:00
parent 4474c0c6f9
commit 9e8e3a4cc5
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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;