Skip to content

Commit

Permalink
reformatted docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kieraneglin committed Feb 6, 2024
1 parent ac19f32 commit 8144631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/pinchflat/media_client/video_downloader.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 8144631

Please sign in to comment.