From 3f6efd2fad118eb2f9528bbeb77517f6bda1d6bd Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Mon, 15 Jul 2024 15:45:16 -0700 Subject: [PATCH] Updated docs --- .../controllers/media_profiles/media_profile_html.ex | 4 +++- 1 file changed, 3 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 44ed8da..b54061d 100644 --- a/lib/pinchflat_web/controllers/media_profiles/media_profile_html.ex +++ b/lib/pinchflat_web/controllers/media_profiles/media_profile_html.ex @@ -68,7 +68,9 @@ defmodule PinchflatWeb.MediaProfiles.MediaProfileHTML do season_from_date: "alias for upload_year", season_episode_from_date: "the upload date formatted as sYYYYeMMDD", season_episode_index_from_date: - "the upload date formatted as sYYYYeMMDDII where II is an index to prevent date collisions" + "the upload date formatted as sYYYYeMMDDII where II is an index to prevent date collisions", + media_playlist_index: + "the place of the media item in the playlist. Do not use with channels. May not work if the playlist is updated" } end