reformatted docs

This commit is contained in:
Kieran Eglin 2024-02-06 14:34:17 -08:00
parent ac19f321a2
commit 8144631cd3
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -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}