Skip to content

Commit 8144631

Browse files
committed
reformatted docs
1 parent ac19f32 commit 8144631

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/pinchflat/media_client/video_downloader.ex

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ defmodule Pinchflat.MediaClient.VideoDownloader do
2222
returned by the backend. Also saves the entire metadata response to the associated
2323
media_metadata record.
2424
25-
NOTE: related methods (like the download worker) won't download if the source is set
26-
to not download media. However, I'm not enforcing that here since I need this for testing.
25+
NOTE: related methods (like the download worker) won't download if the media item's source
26+
is set to not download media. However, I'm not enforcing that here since I need this for testing.
2727
This may change in the future but I'm not stressed.
2828
2929
Returns {:ok, %MediaItem{}} | {:error, any, ...any}

0 commit comments

Comments
 (0)