pub async fn playback_mode_transfer_to_local(
manager: State<'_, PlaybackModeManagerWrapper>,
current_item_id: String,
position_ticks: i64,
) -> Result<(), String>Expand description
Transfer playback from remote session back to local device
Parameters:
- current_item_id: The Jellyfin item ID currently playing on remote
- position_ticks: Current playback position in ticks (10,000 ticks = 1ms)