d
This commit is contained in:
@@ -316,6 +316,12 @@ def _play_in_mpv(file_url: str, file_title: str, is_stream: bool = False, header
|
||||
return False
|
||||
|
||||
|
||||
# Backward-compatible alias for modules expecting the old IPC helper name.
|
||||
def _get_fixed_ipc_pipe() -> str:
|
||||
"""Return the shared MPV IPC pipe path (compat shim)."""
|
||||
return get_ipc_pipe_path()
|
||||
|
||||
|
||||
def _handle_search_result(result: Any, args: Sequence[str], config: Dict[str, Any]) -> int:
|
||||
"""Handle a file from search-file results using FileStorage backend."""
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user