fix tests
This commit is contained in:
@@ -147,6 +147,8 @@ pub trait MediaRepository: Send + Sync {
|
||||
) -> String;
|
||||
|
||||
/// Get subtitle URL (synchronous - just constructs URL)
|
||||
/// Called by frontend via Tauri invoke (getSubtitleUrl in VideoPlayer.svelte)
|
||||
#[allow(dead_code)]
|
||||
fn get_subtitle_url(
|
||||
&self,
|
||||
item_id: &str,
|
||||
@@ -156,6 +158,8 @@ pub trait MediaRepository: Send + Sync {
|
||||
) -> String;
|
||||
|
||||
/// Get video download URL (synchronous - just constructs URL)
|
||||
/// Called by frontend via Tauri invoke (getVideoDownloadUrl in VideoDownloadButton.svelte)
|
||||
#[allow(dead_code)]
|
||||
fn get_video_download_url(
|
||||
&self,
|
||||
item_id: &str,
|
||||
|
||||
Reference in New Issue
Block a user