remove experimental vimeo video provider support

This commit is contained in:
Yusuf İpek
2026-02-15 12:55:36 +03:00
parent c572ddb522
commit 7e55c578df
6 changed files with 1 additions and 111 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ export interface EmbedOptions {
export type ThumbnailSize = 'small' | 'medium' | 'large' | 'maxres';
// Supported provider types - extend as we add more
export type VideoProviderType = 'youtube' | 'vimeo' | 'direct';
export type VideoProviderType = 'youtube' | 'direct';
// Video source stored in database
export interface VideoSource {