From 4ead64da46d105dc27b3a3bf3309bd1cad08f5ce Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Mon, 25 Mar 2024 10:27:54 -0700 Subject: [PATCH] Updated docs --- .../controllers/media_profiles/media_profile_html.ex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/pinchflat_web/controllers/media_profiles/media_profile_html.ex b/lib/pinchflat_web/controllers/media_profiles/media_profile_html.ex index a68bb8f..159af46 100644 --- a/lib/pinchflat_web/controllers/media_profiles/media_profile_html.ex +++ b/lib/pinchflat_web/controllers/media_profiles/media_profile_html.ex @@ -39,7 +39,8 @@ defmodule PinchflatWeb.MediaProfiles.MediaProfileHTML do upload_year: nil, upload_yyyy_mm_dd: "the upload date in the format YYYY-MM-DD", source_custom_name: "the name of the sources that use this profile", - source_collection_type: "the collection type of the sources that use this profile. Either 'channel' or 'playlist'" + source_collection_type: "the collection type of the sources using this profile. Either 'channel' or 'playlist'", + artist_name: "the name of the artist with fallbacks to other uploader fields" } end