From 7e3ad27f8e045f449f8ccafe3fe8373c1f8e0214 Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Sat, 24 Feb 2024 16:08:21 -0800 Subject: [PATCH] Updated docs --- lib/pinchflat/sources.ex | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/pinchflat/sources.ex b/lib/pinchflat/sources.ex index 64a01fa..4ecc891 100644 --- a/lib/pinchflat/sources.ex +++ b/lib/pinchflat/sources.ex @@ -84,10 +84,6 @@ defmodule Pinchflat.Sources do NOTE: When operating in the ideal path, this effectively adds an API call to the source creation/update process. Should be used only when needed. - - 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