From 8144631cd32f529fec5a2b92b7366e62de00be8c Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Tue, 6 Feb 2024 14:34:17 -0800 Subject: [PATCH] reformatted docs --- lib/pinchflat/media_client/video_downloader.ex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pinchflat/media_client/video_downloader.ex b/lib/pinchflat/media_client/video_downloader.ex index c63af60..93ab025 100644 --- a/lib/pinchflat/media_client/video_downloader.ex +++ b/lib/pinchflat/media_client/video_downloader.ex @@ -22,8 +22,8 @@ defmodule Pinchflat.MediaClient.VideoDownloader do returned by the backend. Also saves the entire metadata response to the associated media_metadata record. - NOTE: related methods (like the download worker) won't download if the source is set - to not download media. However, I'm not enforcing that here since I need this for testing. + NOTE: related methods (like the download worker) won't download if the media item's source + is set to not download media. However, I'm not enforcing that here since I need this for testing. This may change in the future but I'm not stressed. Returns {:ok, %MediaItem{}} | {:error, any, ...any}