From 49202d700cb3ea23c3bc8ec837f7222701f61a74 Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Mon, 5 Feb 2024 11:24:54 -0800 Subject: [PATCH] Updates comment --- lib/pinchflat/media_source.ex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/pinchflat/media_source.ex b/lib/pinchflat/media_source.ex index b6b4d38..8396b8c 100644 --- a/lib/pinchflat/media_source.ex +++ b/lib/pinchflat/media_source.ex @@ -102,6 +102,8 @@ defmodule Pinchflat.MediaSource do is pretty easy to change, but for MVP I'm not concerned. IDEA: Maybe I could discern `collection_type` based on the original URL? + It also seems like it's a channel when the returned yt-dlp channel_id is the + same as the playlist_id - maybe could use that? """ def change_source_from_url(%Source{} = source, attrs) do case change_source(source, attrs) do