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}