reformatted docs
This commit is contained in:
parent
ac19f321a2
commit
8144631cd3
1 changed files with 2 additions and 2 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue