Skip to content

Commit 49202d7

Browse files
committed
Updates comment
1 parent 435a25a commit 49202d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/pinchflat/media_source.ex

+2
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ defmodule Pinchflat.MediaSource do
102102
is pretty easy to change, but for MVP I'm not concerned.
103103
104104
IDEA: Maybe I could discern `collection_type` based on the original URL?
105+
It also seems like it's a channel when the returned yt-dlp channel_id is the
106+
same as the playlist_id - maybe could use that?
105107
"""
106108
def change_source_from_url(%Source{} = source, attrs) do
107109
case change_source(source, attrs) do

0 commit comments

Comments
 (0)